scalaswingcontrib.tree.Tree

selection

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. 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
  8. def clear(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deafTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def isEmpty: Boolean

    Whether or not the current selection is empty.

    Whether or not the current selection is empty.

    Definition Classes
    selectionCellSelection
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def listenTo(ps: Publisher*): Unit

    Definition Classes
    Reactor
  19. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  20. def mode: Tree.SelectionMode.Value

  21. def mode_=(m: Tree.SelectionMode.Value): Unit

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  25. object paths extends SelectionSet[Path[A]]

  26. def publish(e: Event): Unit

    Definition Classes
    Publisher
  27. val reactions: Reactions

    Definition Classes
    Reactor
  28. object rows extends SelectionSet[Int]

  29. def selectedNode: Option[A]

  30. def size: Int

    Returns the number of cells currently selected.

    Returns the number of cells currently selected.

    Definition Classes
    selectionCellSelection
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tree.CellSelection

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped