|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITimeBarChangeListener
Listener interface for listeners that will be notified on changes a user makes interactively using the timebar viewer. If the change is done by keyboard shortcuts those will reported as a series of events (each keystroke).
| Method Summary | |
|---|---|
void |
intervalChangeCancelled(TimeBarRow row,
de.jaret.util.date.Interval interval)
Indicates that the user cancelled the change (most probably by pressing the ESC key). |
void |
intervalChanged(TimeBarRow row,
de.jaret.util.date.Interval interval,
de.jaret.util.date.JaretDate oldBegin,
de.jaret.util.date.JaretDate oldEnd)
Indicates the final state after an interactive change performed by the user. |
void |
intervalChangeStarted(TimeBarRow row,
de.jaret.util.date.Interval interval)
Indicates that an interval is about to be changed interactively by the user. |
void |
intervalIntermediateChange(TimeBarRow row,
de.jaret.util.date.Interval interval,
de.jaret.util.date.JaretDate oldBegin,
de.jaret.util.date.JaretDate oldEnd)
Indicates an intermediate state while he user drags interval edegs or the interval. |
void |
markerDragStarted(TimeBarMarker marker)
Indicates that a marker drag started. |
void |
markerDragStopped(TimeBarMarker marker)
Indicates that a marker drag stopped. |
| Method Detail |
|---|
void intervalChangeStarted(TimeBarRow row,
de.jaret.util.date.Interval interval)
row - row of the interval about to be changedinterval - interval that is about to be changed
void intervalIntermediateChange(TimeBarRow row,
de.jaret.util.date.Interval interval,
de.jaret.util.date.JaretDate oldBegin,
de.jaret.util.date.JaretDate oldEnd)
row - row of the interval that is changedinterval - interval that is changedoldBegin - begin date before the changeoldEnd - end date before the change
void intervalChanged(TimeBarRow row,
de.jaret.util.date.Interval interval,
de.jaret.util.date.JaretDate oldBegin,
de.jaret.util.date.JaretDate oldEnd)
row - row of the interval that has been changedinterval - interval that has been changedoldBegin - begin date before the changeoldEnd - end date before the change
void intervalChangeCancelled(TimeBarRow row,
de.jaret.util.date.Interval interval)
row - row of the interval whose change has been cancelledinterval - interval whose change has been cancelledvoid markerDragStarted(TimeBarMarker marker)
marker - marker that is beeing draggedvoid markerDragStopped(TimeBarMarker marker)
marker - marker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||