public interface EventPresenter extends FilterPresenter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ActiveEventsProperty
A property string to use for PropertyChangeListeners listening for when
the presenter's contents have changed, either due to filtering or the
availability of new EventHandlers.
|
static java.lang.String |
EventAttributesUpdatedProperty
A property string used when event attributes (ratings, play filter
settings) have been changed.
|
static java.lang.String |
SelectedEventsProperty
A property string to use for PropertyChangeListeners interested in
knowing what events are currently selected by the user.
|
FILTER_STATE
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<OMEvent> |
getActiveEvents()
Return a list of active events.
|
java.util.Iterator<OMEvent> |
getAllEvents()
Return a list of all events.
|
java.awt.Component |
getComponent() |
DrawingAttributes |
getSelectionDrawingAttributes()
Return a set of drawing attributes that match what the presenter is using
for selection;
|
addPropertyChangeListener, getActiveFilters, getFilterPanel, getFilters, getName, removePropertyChangeListener, resetFilters
static final java.lang.String ActiveEventsProperty
static final java.lang.String SelectedEventsProperty
static final java.lang.String EventAttributesUpdatedProperty
java.awt.Component getComponent()
java.util.Iterator<OMEvent> getActiveEvents()
java.util.Iterator<OMEvent> getAllEvents()
DrawingAttributes getSelectionDrawingAttributes()
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details