edu.uci.ics.jung.visualization.control
Class EditingPopupGraphMousePlugin<V,E>
java.lang.Object
edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
edu.uci.ics.jung.visualization.control.EditingPopupGraphMousePlugin<V,E>
- All Implemented Interfaces:
- GraphMousePlugin, MouseListener, EventListener
public class EditingPopupGraphMousePlugin<V,E>
- extends AbstractPopupGraphMousePlugin
a plugin that uses popup menus to create vertices, undirected edges,
and directed edges.
- Author:
- Tom Nelson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertexFactory
protected vertexFactory
edgeFactory
protected edgeFactory
popup
protected JPopupMenu popup
EditingPopupGraphMousePlugin
public EditingPopupGraphMousePlugin( vertexFactory,
edgeFactory)
handlePopup
protected void handlePopup(MouseEvent e)
- Specified by:
handlePopup
in class AbstractPopupGraphMousePlugin
Copyright © 2010 null. All Rights Reserved.