Package | Description |
---|---|
com.bbn.openmap.event |
Provides the various event object and listener interfaces for using
the MapBean.
|
com.bbn.openmap.gui.event | |
com.bbn.openmap.gui.time | |
com.bbn.openmap.layer.event |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<OMEvent> |
OMEventHandlerAdapter.events |
Modifier and Type | Method and Description |
---|---|
java.util.List<OMEvent> |
OMEventHandlerAdapter.getEventList() |
java.util.List<OMEvent> |
OMEventHandler.getEventList() |
java.util.List<OMEvent> |
OMEventHandlerAdapter.getEventList(java.util.List filters)
This is the main call to return OMEvents based on filters set in the
GUI.
|
java.util.List<OMEvent> |
OMEventHandler.getEventList(java.util.List filters)
This is the main call to return OMEvents based on filters set in the
GUI.
|
java.util.List<OMEvent> |
OMEventHandlerAdapter.getMacroFilteredList(java.util.Collection eventCollection) |
java.util.List<OMEvent> |
OMEventHandler.getMacroFilteredList(java.util.Collection eventCollection) |
java.util.List<OMEvent> |
OMEventMacroFilter.getMacroFilteredList(java.util.List<OMEvent> listOfEvents) |
Modifier and Type | Method and Description |
---|---|
void |
OMEventHandlerAdapter.addEvent(OMEvent me) |
int |
OMEventComparator.compare(OMEvent obj1,
OMEvent obj2) |
void |
OMEventHandlerAdapter.removeEvent(OMEvent me) |
void |
OMEventSelectionListener.selected(OMEvent omEvent) |
Modifier and Type | Method and Description |
---|---|
void |
OMEventSelectionCoordinator.eventsSelected(java.util.List<OMEvent> selectedEvents) |
java.util.List<OMEvent> |
OMEventMacroFilter.getMacroFilteredList(java.util.List<OMEvent> listOfEvents) |
Modifier and Type | Field and Description |
---|---|
protected java.util.TreeSet<OMEvent> |
EventListPresenter.activeEvents |
protected java.util.TreeSet<OMEvent> |
EventListPresenter.allEvents |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OMEvent> |
EventPresenter.getActiveEvents()
Return a list of active events.
|
java.util.Iterator<OMEvent> |
EventListPresenter.getActiveEvents()
This is the method that creates a sorted list of visible events.
|
java.util.Iterator<OMEvent> |
AbstractEventPresenter.getActiveEvents(long start,
long end,
long step)
Optional optimized form.
|
java.util.Iterator<OMEvent> |
EventPresenter.getAllEvents()
Return a list of all events.
|
java.util.Iterator<OMEvent> |
EventListPresenter.getAllEvents()
This is the method that creates a sorted list of all events.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventListPresenter.isEventActive(OMEvent OMe) |
boolean |
EventListPresenter.selectEvent(OMEvent event) |
Modifier and Type | Method and Description |
---|---|
protected void |
EventListPresenter.initInterface(java.util.Iterator<OMEvent> it,
boolean setSelected)
Resets the event list.
|
protected void |
EventListPresenter.scrollToSelected(java.util.List<OMEvent> selectedEvents) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<OMEvent> |
TimelineLayer.handleEventSelection() |
Modifier and Type | Method and Description |
---|---|
protected OMGraphicList |
TimelineLayer.getEventList(java.util.Iterator<OMEvent> it,
Projection projection) |
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<OMEvent> |
EventLayer.events |
protected java.util.LinkedList<OMEvent> |
EventLayer.filters |
Modifier and Type | Method and Description |
---|---|
java.util.List<OMEvent> |
EventLayer.getEventList() |
java.util.List<OMEvent> |
TestEventHandler.getEventList(java.util.List filters) |
java.util.List<OMEvent> |
EventLayer.getEventList(java.util.List filters) |
java.util.List<OMEvent> |
EventLayer.getMacroFilteredList(java.util.Collection eventCollection) |
Modifier and Type | Method and Description |
---|---|
void |
TestEventHandler.addEvent(OMEvent event) |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details