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 MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface MouseWheelListener
mouseWheelMoved
-
Method Details
-
setMode
-
getModeListener
ItemListener getModeListener()- Returns:
- Returns the modeListener.
-