Interface ModalGraphMouse
- All Superinterfaces:
EventListener
,MouseListener
,MouseMotionListener
,MouseWheelListener
,VisualizationViewer.GraphMouse
- All Known Implementing Classes:
AbstractModalGraphMouse
,AnnotatingModalGraphMouse
,DefaultModalGraphMouse
,EditingModalGraphMouse
,ModalLensGraphMouse
,ModalSatelliteGraphMouse
Interface for a GraphMouse that supports modality.
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
Methods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMoved
Methods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved
-
Method Details
-
setMode
-
getModeListener
ItemListener getModeListener()- Returns:
- Returns the modeListener.
-