CellSelection
Provides common functionality for the selection
object found in CellView implementation. Each
will have one or more selection sets based on different types of cell coordinate, such as row,
column, index or tree path. All events published from selection
objects will derive from
scala.swing.event.SelectionEvent.
Type members
Classlikes
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.
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.
Value members
Abstract methods
Returns an iterator that traverses the currently selected cell values.
Returns an iterator that traverses the currently selected cell values.
Inherited methods
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
- Inherited from:
- Reactor
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.
- Inherited from:
- Reactor