edu.uci.ics.jung.visualization.control
Interface ModalGraphMouse

All Superinterfaces:
EventListener, MouseListener, MouseMotionListener, MouseWheelListener, VisualizationViewer.GraphMouse
All Known Implementing Classes:
AbstractModalGraphMouse, AnnotatingModalGraphMouse, DefaultModalGraphMouse, EditingModalGraphMouse, ModalLensGraphMouse, ModalSatelliteGraphMouse

public interface ModalGraphMouse
extends VisualizationViewer.GraphMouse

Interface for a GraphMouse that supports modality.

Author:
Tom Nelson

Nested Class Summary
static class ModalGraphMouse.Mode
           
 
Method Summary
 ItemListener getModeListener()
           
 void setMode(ModalGraphMouse.Mode mode)
           
 
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 Detail

setMode

void setMode(ModalGraphMouse.Mode mode)

getModeListener

ItemListener getModeListener()
Returns:
Returns the modeListener.


Copyright © 2009. All Rights Reserved.