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.
- Author:
- Tom Nelson
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from interface java.awt.event.MouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedMethods inherited from interface java.awt.event.MouseMotionListener
mouseDragged, mouseMovedMethods inherited from interface java.awt.event.MouseWheelListener
mouseWheelMoved
-
Method Details
-
setMode
-
getModeListener
ItemListener getModeListener()- Returns:
- Returns the modeListener.
-