|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin
edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin
org.rubato.rubettes.bigbang.view.subview.graph.PopupVertexEdgeMenuMousePlugin
public class PopupVertexEdgeMenuMousePlugin
A GraphMousePlugin that brings up distinct popup menus when an edge or vertex is appropriately clicked in a graph. If these menus contain components that implement either the EdgeMenuListener or VertexMenuListener then the corresponding interface methods will be called prior to the display of the menus (so that they can display context sensitive information for the edge or vertex).
Constructor Summary | |
---|---|
PopupVertexEdgeMenuMousePlugin(BigBangController controller)
|
Method Summary |
---|
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractPopupGraphMousePlugin |
---|
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased |
Methods inherited from class edu.uci.ics.jung.visualization.control.AbstractGraphMousePlugin |
---|
checkModifiers, getCursor, getModifiers, setCursor, setModifiers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PopupVertexEdgeMenuMousePlugin(BigBangController controller)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |