Class ContextMenuManager
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.ContextMenuManager
- All Implemented Interfaces:
IContextMenuManager
- Direct Known Subclasses:
DefaultContextMenuManager
public abstract class ContextMenuManager extends Object implements IContextMenuManager
Abstract basis for the context menu managers, not used at the moment.
- Version:
- $Revision$
- Author:
- Christian Klukas
-
Constructor Summary
Constructors Constructor Description ContextMenuManager()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.IContextMenuManager
ensureActiveSession, getContextMenu
-
Constructor Details
-
ContextMenuManager
public ContextMenuManager()
-