|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.fzi.wim.guibase.graphview.view.AbstractManipulator
org.ceryle.wiki.visualizer.core.ui.ContextMenuManipulator
public class ContextMenuManipulator
A manipulator providing the context menu for nodes, edges and the canvas.
| Field Summary | |
|---|---|
static String |
NAME
The name of this manipulator. |
| Fields inherited from class de.fzi.wim.guibase.graphview.view.AbstractManipulator |
|---|
m_graphPane, m_lastMouseEventScreenPoint |
| Constructor Summary | |
|---|---|
ContextMenuManipulator(WikiModel model)
|
|
| Method Summary | |
|---|---|
protected void |
doPopup(MouseEvent e)
|
String |
getName()
|
void |
mousePressed(MouseEvent e)
|
void |
mouseReleased(MouseEvent e)
|
| Methods inherited from class de.fzi.wim.guibase.graphview.view.AbstractManipulator |
|---|
autoscroll, focusGained, focusLost, getLastMouseEventPoint, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, notifyGraphPaneScrolled, paint, setGraphPane, updateLastMouseEventScreenPoint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public ContextMenuManipulator(WikiModel model)
| Method Detail |
|---|
public String getName()
public void mousePressed(MouseEvent e)
mousePressed in interface MouseListenermousePressed in class de.fzi.wim.guibase.graphview.view.AbstractManipulatorpublic void mouseReleased(MouseEvent e)
mouseReleased in interface MouseListenermouseReleased in class de.fzi.wim.guibase.graphview.view.AbstractManipulatorprotected void doPopup(MouseEvent e)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||