Interface IContextMenuManager
- All Known Implementing Classes:
ContextMenuManager,DefaultContextMenuManager
public interface IContextMenuManager
The Interface a custom ContextManager should implement.
- Version:
- $Revision$
- Author:
- $author$
-
Method Summary
Modifier and Type Method Description voidensureActiveSession(MouseEvent e)This Method should be called by the editing tools in the mouse entered event-handler.JPopupMenugetContextMenu(MouseEvent e)This Method returns a Context Menu.
-
Method Details
-
getContextMenu
This Method returns a Context Menu.- Parameters:
e- The MouseEvent to be processed.- Returns:
- ContextMenu for the MouseEvent
-
ensureActiveSession
This Method should be called by the editing tools in the mouse entered event-handler. It should activate the view and session where the mouse button is over.- Parameters:
e- TheMouseEvent.
-