Packages

  • package root
    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package swing

    Useful imports that don't have wrappers.

    Useful imports that don't have wrappers.

    Definition Classes
    scala
  • class ComboBox[A] extends Component with Publisher

    Let's the user make a selection from a list of predefined items.

    Let's the user make a selection from a list of predefined items. Visually, this is implemented as a button-like component with a pull-down menu.

    Definition Classes
    swing
    See also

    javax.swing.JComboBox

  • SuperMixin
  • keys
  • mouse
  • selection

object selection extends Publisher

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. selection
  2. Publisher
  3. Reactor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def deafTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  2. def index: Int
  3. def index_=(n: Int): Unit
  4. def item: A
  5. def item_=(a: A): Unit
  6. def listenTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  7. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  8. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor