|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeBarSelectionListener
Listener for registering selection changes on a TimeBarSelectionModel.
| Method Summary | |
|---|---|
void |
elementAddedToSelection(TimeBarSelectionModel selectionModel,
java.lang.Object element)
An element (either a row or an interval) has been added to the selection. |
void |
elementRemovedFromSelection(TimeBarSelectionModel selectionModel,
java.lang.Object element)
An element (either a row or an interval) has been removed from the selection. |
void |
selectionChanged(TimeBarSelectionModel selectionModel)
The selection did unspecific change. |
| Method Detail |
|---|
void selectionChanged(TimeBarSelectionModel selectionModel)
selectionModel - the selection model the change took place in
void elementAddedToSelection(TimeBarSelectionModel selectionModel,
java.lang.Object element)
selectionModel - the selection model that has been changedelement - the interval aded to the selection
void elementRemovedFromSelection(TimeBarSelectionModel selectionModel,
java.lang.Object element)
selectionModel - the selection model that has been changedelement - element that has been removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||