AlignmentArea.See: Description
| Interface | Description |
|---|---|
| SelectionListener<E> |
This interface should be implemented by classes that want to track changes of the selection
represented by an
SelectionModel object. |
| Class | Description |
|---|---|
| AlignmentCursor |
Represents the position and height of the cursor in an
AlignmentArea. |
| OneDimensionalSelection |
Manages the selection of columns or rows.
|
| SelectionModel |
The selection model of
AlignmentArea. |
| SelectionSynchronizer |
Instances of this class allow to synchronize different instances of
SelectionModel if possible. |
| Enum | Description |
|---|---|
| SelectionDimension |
Used by
OneDimensionalSelection to determine if the selection of rows or columns is represented. |
| SelectionType |
AlignmentArea.