Package | Description |
---|---|
com.bbn.openmap.gui.event | |
com.bbn.openmap.gui.time | |
com.bbn.openmap.layer.event | |
com.bbn.openmap.time |
Modifier and Type | Class and Description |
---|---|
class |
EventListPresenter
The EventListPresenter presents OMEvents as a list.
|
Modifier and Type | Class and Description |
---|---|
class |
HotwashTimerControlButtonPanel
The TimerControlButtonPanel provides control for starting and stopping a
clock contained in a RealTimeHandler.
|
class |
TimelineLayer
Timeline layer
Render events and allow for their selection on a variable-scale time line.
|
class |
TimePanel
The TimePanel is a GUI widget that provides assortment of Clock controls,
including play, step and reverse buttons, a rate controller, a current time
label and a time slider.
|
class |
TimerControlButtonPanel
The TimerControlButtonPanel provides control for starting and stopping a
clock contained in a RealTimeHandler.
|
class |
TimeSliderLayer
Timeline layer
Render events and allow for their selection on a variable-scale timeline
|
Modifier and Type | Class and Description |
---|---|
class |
EventLayer
The EventLayer contains all the TemporalOMGraphics and manages the time for
the graphics and how they should be displayed.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<TimeEventListener> |
Clock.timeEventListeners |
Modifier and Type | Method and Description |
---|---|
void |
RealTimeHandler.addTimeEventListener(TimeEventListener listener)
Add a listener for TimeEvents describing what the handler is up to.
|
void |
Clock.addTimeEventListener(TimeEventListener tel)
Add a TimeEventListener to the clock, so it knows who to update when the
time changes.
|
void |
RealTimeHandler.removeTimeEventListener(TimeEventListener listener)
Remove a listener so it stops receiving TimeEvents.
|
void |
Clock.removeTimeEventListener(TimeEventListener tel) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details