Package hec.map.selection
Class GraphicElementSelector
java.lang.Object
hec.map.selection.GraphicElementSelector
- All Implemented Interfaces:
GraphicElementSelectionEventListener
,GraphicElementSelectionEventNotifier
public class GraphicElementSelector
extends Object
implements GraphicElementSelectionEventNotifier, GraphicElementSelectionEventListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addToSelection
(Object source, GraphicElementSelectionEvent event) void
clearSelection
(Object source, GraphicElementSelectionEvent event) static GraphicElementSelector
void
void
selectionChange
(Object source, GraphicElementSelectionEvent event)
-
Method Details
-
getInstance
-
addToSelection
- Specified by:
addToSelection
in interfaceGraphicElementSelectionEventListener
-
clearSelection
- Specified by:
clearSelection
in interfaceGraphicElementSelectionEventListener
-
selectionChange
- Specified by:
selectionChange
in interfaceGraphicElementSelectionEventListener
-
addListener
- Specified by:
addListener
in interfaceGraphicElementSelectionEventNotifier
-
removeListener
- Specified by:
removeListener
in interfaceGraphicElementSelectionEventNotifier
-