Public Member Functions | |
GraphSelectionEvent (Object source, Object[] cells, boolean[] areNew) | |
Object[] | getCells () |
Object | getCell () |
boolean | isAddedCell () |
boolean | isAddedCell (Object cell) |
boolean | isAddedCell (int index) |
Object | cloneWithSource (Object newSource) |
Protected Attributes | |
Object[] | cells |
boolean[] | areNew |
|
Represents a change in the selection of a GraphSelectionModel.
|
|
Returns a copy of the receiver, but with the source being newSource.
|
|
Returns the first cell.
|
|
Returns the cells that have been added or removed from the selection.
|
|
Returns true if the cell identified by
|
|
Returns true if the cell identified by cell was added to the selection. A return value of false means the cell was in the selection but is no longer in the selection. This will raise if cell is not one of the cells identified by this manas.event.
|
|
Returns true if the first cell has been added to the selection, a return value of false means the first cell has been removed from the selection.
|
|
For each cell identifies whether or not that cell is newly selected. |
|
Cells this manas.event represents. |