|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.MouseAdapter
projectviewer.vpt.VPTContextMenu
A handler for context menu requests on the tree, providing node-sensitive functionality.
Constructor Summary | |
VPTContextMenu(ProjectViewer viewer)
Constructs a listener that will ask the provided viewer instance for information about the nodes clicked. |
Method Summary | |
void |
mousePressed(java.awt.event.MouseEvent me)
Context-menus are shown on the "pressed" event. |
void |
mouseReleased(java.awt.event.MouseEvent me)
Context-menus are shown on the "pressed" event. |
static void |
registerAction(Action action)
Deprecated. Use the property system to add context menu actions. |
static void |
registerActions(org.gjt.sp.jedit.PluginJAR jar)
Registers actions from the given plugin. |
static void |
unregisterAction(Action action)
Deprecated. Use the property system to add context menu actions. |
static void |
unregisterActions(org.gjt.sp.jedit.PluginJAR jar)
Removes all actions from the given plugin. |
static void |
userMenuChanged()
Updates "lastMod" so that the menu is rebuilt at the next invocation. |
Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mouseEntered, mouseExited |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VPTContextMenu(ProjectViewer viewer)
Method Detail |
public static void registerAction(Action action)
public static void unregisterAction(Action action)
public static void unregisterActions(org.gjt.sp.jedit.PluginJAR jar)
public static void registerActions(org.gjt.sp.jedit.PluginJAR jar)
public static void userMenuChanged()
public void mousePressed(java.awt.event.MouseEvent me)
public void mouseReleased(java.awt.event.MouseEvent me)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |