|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITimeBoundsUserActionsListener
Interface that allows TimePanel to reach back into application when user clicks certain buttons.
Method Summary | |
---|---|
void |
clearFixedRenderRange()
Clear any previously-set fixed render window. |
void |
invokeDateSelectionGUI(boolean endFocus)
Bring up the GUI that allows time bounds to be set manually. |
void |
jumpToRealTime()
Immediately switch from historical mode to real-time mode (if necessary) and jump to current real time. |
void |
setFixedRenderRange(long start,
long end)
Set a fixed window over which all events should be rendered. |
void |
setTimeBounds(long start,
long end)
Used with 'set bounds based on selection' button. |
Method Detail |
---|
void setTimeBounds(long start, long end)
start
- New start time.end
- New end time.void jumpToRealTime()
void invokeDateSelectionGUI(boolean endFocus)
void setFixedRenderRange(long start, long end)
start
- The window's start time.end
- The window's end tim.void clearFixedRenderRange()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |