Object

scalaswingcontrib.tree.Tree

selection

Related Doc: package Tree

Permalink

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. All

Type Members

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

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cellValues: Iterator[A]

    Permalink

    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

    Permalink
  7. def clone(): AnyRef

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isEmpty: Boolean

    Permalink

    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

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

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

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

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

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

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

    Permalink
  24. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  25. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  26. object rows extends SelectionSet[Int]

    Permalink
  27. def selectedNode: Option[A]

    Permalink
  28. def size: Int

    Permalink

    Returns the number of cells currently selected.

    Returns the number of cells currently selected.

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

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Tree.CellSelection

Inherited from Publisher

Inherited from Reactor

Inherited from AnyRef

Inherited from Any

Ungrouped