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 TypeMethodDescriptionvoidvoidaddToSelection(Object source, GraphicElementSelectionEvent event) voidclearSelection(Object source, GraphicElementSelectionEvent event) static GraphicElementSelectorvoidvoidselectionChange(Object source, GraphicElementSelectionEvent event)
-
Method Details
-
getInstance
-
addToSelection
- Specified by:
addToSelectionin interfaceGraphicElementSelectionEventListener
-
clearSelection
- Specified by:
clearSelectionin interfaceGraphicElementSelectionEventListener
-
selectionChange
- Specified by:
selectionChangein interfaceGraphicElementSelectionEventListener
-
addListener
- Specified by:
addListenerin interfaceGraphicElementSelectionEventNotifier
-
removeListener
- Specified by:
removeListenerin interfaceGraphicElementSelectionEventNotifier
-