object selection extends Publisher
- Alphabetic
- By Inheritance
- selection
- Publisher
- Reactor
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- def cells: Set[(Int, Int)]
-
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
- def elementMode: Table.ElementMode.Value
- def elementMode_=(m: Table.ElementMode.Value): Unit
-
def
intervalMode: Table.IntervalMode.Value
From the JTable Swing tutorial: You can specify selection by cell in multiple interval selection mode, but the result is a table that does not produce useful selections.
- def intervalMode_=(m: Table.IntervalMode.Value): Unit
-
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
-
def
publish(e: Event): Unit
Notify all registered reactions.
Notify all registered reactions.
- Definition Classes
- Publisher
-
val
reactions: Reactions
All reactions of this reactor.
All reactions of this reactor.
- Definition Classes
- Reactor
- object columns extends SelectionSet[Int]
- object rows extends SelectionSet[Int]