Packages

object selection extends CellSelection

Selection model for Tree.

To observe tree selections, make the reactor listen to this publishing object which will then dispatch instances of scalaswingcontrib.event.TreePathSelected.

Definition Classes
TreeCellView
Linear Supertypes
Tree.CellSelection, Publisher, Reactor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. selection
  2. CellSelection
  3. Publisher
  4. Reactor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract class SelectionSet[S] extends MutableSet[S]

    Allows querying and modification of the current selection state, for some unique coordinate S.

    Allows querying and modification of the current selection state, for some unique coordinate S. There may be more than one selection set supporting different coordinates, such as rows and columns.

    Attributes
    protected
    Definition Classes
    CellSelection

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cellValues: Iterator[A]

    Returns an iterator that traverses the currently selected cell values.

    Returns an iterator that traverses the currently selected cell values.

    Definition Classes
    selectionCellSelection
  6. def clear(): Unit
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def isEmpty: Boolean

    Whether or not the current selection is empty.

    Whether or not the current selection is empty.

    Definition Classes
    selectionCellSelection
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  17. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  18. def mode: Tree.SelectionMode.Value
  19. def mode_=(m: Tree.SelectionMode.Value): Unit
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def publish(e: Event): Unit
    Definition Classes
    Publisher
  24. val reactions: Reactions
    Definition Classes
    Reactor
  25. def selectedNode: Option[A]
  26. def size: Int

    Returns the number of cells currently selected.

    Returns the number of cells currently selected.

    Definition Classes
    selectionCellSelection
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. object paths extends SelectionSet[Path[A]]
  33. object rows extends SelectionSet[Int]

Inherited from Tree.CellSelection

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped