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 ListView[A] extends Component

    A component that displays a number of elements in a list.

    A component that displays a number of elements in a list. A list view does not support inline editing of items. If you need it, use a table view instead.

    Named ListView to avoid a clash with the frequently used scala.List

    Definition Classes
    swing
    See also

    javax.swing.JList

  • ModelWrapper
  • SuperMixin
  • keys
  • mouse
  • selection

object selection extends Publisher

The current item selection.

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 adjusting: Boolean
  2. def anchorIndex: Int
  3. 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
  4. def intervalMode: ListView.IntervalMode.Value
  5. def intervalMode_=(m: ListView.IntervalMode.Value): Unit
  6. def leadIndex: Int
  7. 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
  8. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  9. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  10. object indices extends Indices[Int]

    The indices of the currently selected items.

  11. object items extends SeqProxy[A]

    The currently selected items.