A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.12.7/scala-swing/scala/swing/ComboBox.html below:

class ComboBox[A] extends Component with Publisher

 

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComboBox
  2. Component
  3. UIElement
  4. LazyPublisher
  5. Publisher
  6. Reactor
  7. Proxy
  8. AnyRef
  9. Any
Instance Constructors
  1.  new ComboBox(items: Seq[A])
Type Members
  1.  trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

Value Members
  1.  final def !=(arg0: Any): Boolean
  2.  final def ##(): Int
  3.  final def ==(arg0: Any): Boolean
  4.  final def asInstanceOf[T0]: T0
  5.  def background: Color
  6.  def background_=(c: Color): Unit
  7.  def border: Border
  8.  def border_=(b: Border): Unit
  9.  def bounds: Rectangle
  10.  def clone(): AnyRef
  11.  def componentOrientation: ComponentOrientation
  12.  def componentOrientation_=(x: ComponentOrientation): Unit
  13.  def cursor: Cursor
  14.  def cursor_=(c: Cursor): Unit
  15.  def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

  16.  def displayable: Boolean
  17.  def editable: Boolean
  18.  def enabled: Boolean
  19.  def enabled_=(b: Boolean): Unit
  20.  final def eq(arg0: AnyRef): Boolean
  21.  def equals(that: Any): Boolean
  22.  def finalize(): Unit
  23.  def focusable: Boolean
  24.  def focusable_=(b: Boolean): Unit
  25.  def font: Font
  26.  def font_=(f: Font): Unit
  27.  def foreground: Color
  28.  def foreground_=(c: Color): Unit
  29.  final def getClass(): Class[_]
  30.  def hasFocus: Boolean
  31.  def hashCode(): Int
  32.  def ignoreRepaint: Boolean
  33.  def ignoreRepaint_=(b: Boolean): Unit
  34.  var initP: JComponent
  35.  def inputVerifier: (Component) ⇒ Boolean
  36.  def inputVerifier_=(v: (Component) ⇒ Boolean): Unit
  37.  final def isInstanceOf[T0]: Boolean
  38.  def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

  39.  val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
  40.  def locale: Locale
  41.  def location: Point
  42.  def locationOnScreen: Point
  43.  def makeEditable()(implicit editor: (ComboBox[A]) ⇒ Editor[A]): Unit

    Makes this combo box editable.

  44.  def maximumRowCount: Int

    Maximum number of rows to display without scrolling

  45.  def maximumRowCount_=(c: Int): Unit

    Maximum number of rows to display without scrolling

  46.  def maximumSize: Dimension
  47.  def maximumSize_=(x: Dimension): Unit
  48.  def minimumSize: Dimension
  49.  def minimumSize_=(x: Dimension): Unit
  50.  def name: String
  51.  def name_=(s: String): Unit
  52.  final def ne(arg0: AnyRef): Boolean
  53.  final def notify(): Unit
  54.  final def notifyAll(): Unit
  55.  def onFirstSubscribe(): Unit
  56.  def onLastUnsubscribe(): Unit
  57.  def opaque: Boolean
  58.  def opaque_=(b: Boolean): Unit
  59.  def paint(g: Graphics2D): Unit
  60.  def paintBorder(g: Graphics2D): Unit
  61.  def paintChildren(g: Graphics2D): Unit
  62.  def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

  63.  lazy val peer: JComboBox[A]

    The underlying Swing peer.

  64.  def preferredSize: Dimension
  65.  def preferredSize_=(x: Dimension): Unit
  66.  def prototypeDisplayValue: Option[A]
  67.  def prototypeDisplayValue_=(v: Option[A]): Unit
  68.  def publish(e: Event): Unit

    Notify all registered reactions.

  69.  val reactions: Reactions

    All reactions of this reactor.

  70.  def renderer: Renderer[A]

    Sets the renderer for this combo box's items.

  71.  def renderer_=(r: Renderer[A]): Unit
  72.  def repaint(rect: Rectangle): Unit
  73.  def repaint(): Unit
  74.  def requestFocus(): Unit
  75.  def requestFocusInWindow(): Boolean
  76.  def revalidate(): Unit
  77.  def self: java.awt.Component
  78.  def showing: Boolean
  79.  def size: Dimension
  80.  def subscribe(listener: Reaction): Unit
  81.  final def synchronized[T0](arg0: ⇒ T0): T0
  82.  def toString(): String
  83.  def toolkit: Toolkit
  84.  def tooltip: String
  85.  def tooltip_=(t: String): Unit
  86.  def unsubscribe(listener: Reaction): Unit
  87.  def validate(): Unit
  88.  def visible: Boolean
  89.  def visible_=(b: Boolean): Unit
  90.  final def wait(): Unit
  91.  final def wait(arg0: Long, arg1: Int): Unit
  92.  final def wait(arg0: Long): Unit
  93.  def xLayoutAlignment: Double

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

  94.  def xLayoutAlignment_=(x: Double): Unit
  95.  def yLayoutAlignment: Double
  96.  def yLayoutAlignment_=(y: Double): Unit
  97.  object selection extends Publisher
  98.  object keys extends Publisher
  99.  object mouse

    Contains publishers for various mouse events.

Inherited from LazyPublisher

Inherited from Proxy

Inherited from Any


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4