Interface ModalGraphMouse
-
- All Superinterfaces:
EventListener,Modal,MouseListener,MouseMotionListener,MouseWheelListener,VisualizationViewer.GraphMouse
- All Known Implementing Classes:
AbstractModalGraphMouse,AnnotatingModalGraphMouse,DefaultModalGraphMouse,EditingModalGraphMouse,ModalLensGraphMouse,ModalSatelliteGraphMouse
public interface ModalGraphMouse extends VisualizationViewer.GraphMouse, Modal
Interface for a GraphMouse that supports modality.- Author:
- Tom Nelson
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jungrapht.visualization.control.modal.Modal
Modal.Mode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyListenergetModeKeyListener()-
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
-
Methods inherited from interface org.jungrapht.visualization.VisualizationViewer.GraphMouse
isPluginsLoaded, loadPlugins, setPluginsLoaded
-
-
-
-
Method Detail
-
getModeKeyListener
KeyListener getModeKeyListener()
-
-