Class AbstractPopupGraphMousePlugin
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
- All Implemented Interfaces:
GraphMousePlugin
,MouseListener
,EventListener
- Direct Known Subclasses:
EditingPopupGraphMousePlugin
,PluggableRendererDemo.PopupGraphMousePlugin
public abstract class AbstractPopupGraphMousePlugin
extends AbstractGraphMousePlugin
implements MouseListener
-
Field Summary
Fields inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
cursor, down, modifiers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
void
void
void
void
void
if this is the popup trigger, process here, otherwise defer to the superclassMethods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
checkModifiers, getCursor, getModifiers, setCursor, setModifiers
-
Constructor Details
-
AbstractPopupGraphMousePlugin
public AbstractPopupGraphMousePlugin() -
AbstractPopupGraphMousePlugin
public AbstractPopupGraphMousePlugin(int modifiers)
-
-
Method Details
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
if this is the popup trigger, process here, otherwise defer to the superclass- Specified by:
mouseReleased
in interfaceMouseListener
-
handlePopup
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-