Uses of Class
com.bbn.openmap.event.OMEvent

Packages that use OMEvent
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   
 

Uses of OMEvent in com.bbn.openmap.event
 

Fields in com.bbn.openmap.event with type parameters of type OMEvent
protected  java.util.LinkedList<OMEvent> OMEventHandlerAdapter.events
           
 

Methods in com.bbn.openmap.event that return types with arguments of type OMEvent
 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)
           
 

Methods in com.bbn.openmap.event with parameters of type OMEvent
 void OMEventHandlerAdapter.addEvent(OMEvent me)
           
 int OMEventComparator.compare(OMEvent obj1, OMEvent obj2)
           
 void OMEventHandlerAdapter.removeEvent(OMEvent me)
           
 void OMEventSelectionListener.selected(OMEvent omEvent)
           
 

Method parameters in com.bbn.openmap.event with type arguments of type OMEvent
 void OMEventSelectionCoordinator.eventsSelected(java.util.List<OMEvent> selectedEvents)
           
 java.util.List<OMEvent> OMEventMacroFilter.getMacroFilteredList(java.util.List<OMEvent> listOfEvents)
           
 

Uses of OMEvent in com.bbn.openmap.gui.event
 

Fields in com.bbn.openmap.gui.event with type parameters of type OMEvent
protected  java.util.TreeSet<OMEvent> EventListPresenter.activeEvents
           
protected  java.util.TreeSet<OMEvent> EventListPresenter.allEvents
           
 

Methods in com.bbn.openmap.gui.event that return types with arguments of type OMEvent
 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.
 

Methods in com.bbn.openmap.gui.event with parameters of type OMEvent
 boolean EventListPresenter.isEventActive(OMEvent OMe)
           
 boolean EventListPresenter.selectEvent(OMEvent event)
           
 

Method parameters in com.bbn.openmap.gui.event with type arguments of type OMEvent
protected  void EventListPresenter.initInterface(java.util.Iterator<OMEvent> it, boolean setSelected)
          Resets the event list.
protected  void EventListPresenter.scrollToSelected(java.util.List<OMEvent> selectedEvents)
           
 

Uses of OMEvent in com.bbn.openmap.gui.time
 

Methods in com.bbn.openmap.gui.time that return types with arguments of type OMEvent
protected  java.util.List<OMEvent> TimelineLayer.handleEventSelection()
           
 

Method parameters in com.bbn.openmap.gui.time with type arguments of type OMEvent
protected  OMGraphicList TimelineLayer.getEventList(java.util.Iterator<OMEvent> it, Projection projection)
           
 

Uses of OMEvent in com.bbn.openmap.layer.event
 

Fields in com.bbn.openmap.layer.event with type parameters of type OMEvent
protected  java.util.LinkedList<OMEvent> EventLayer.events
           
protected  java.util.LinkedList<OMEvent> EventLayer.filters
           
 

Methods in com.bbn.openmap.layer.event that return types with arguments of type OMEvent
 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)
           
 

Methods in com.bbn.openmap.layer.event with parameters of type OMEvent
 void TestEventHandler.addEvent(OMEvent event)
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details