public class GraphContextMenu extends java.lang.Object implements ContextMenu
Modifier and Type | Class and Description |
---|---|
(package private) class |
GraphContextMenu.GCMHandler |
Modifier and Type | Field and Description |
---|---|
(package private) WorldCanvas |
canvas |
(package private) SelectionActor |
handler |
(package private) int |
nel |
(package private) javax.swing.JPopupMenu |
pMenu |
Constructor and Description |
---|
GraphContextMenu(WorldCanvas wc) |
Modifier and Type | Method and Description |
---|---|
void |
itemSelected(java.lang.String s) |
void |
setContext(java.lang.String[] options,
SelectionActor h) |
void |
showAt(Position pos) |
WorldCanvas canvas
javax.swing.JPopupMenu pMenu
SelectionActor handler
int nel
public GraphContextMenu(WorldCanvas wc)
public void itemSelected(java.lang.String s)
public void setContext(java.lang.String[] options, SelectionActor h)
setContext
in interface ContextMenu
public void showAt(Position pos)
showAt
in interface ContextMenu
Copyright © 2013. All Rights Reserved.