Interface IContextMenuManager

All Known Implementing Classes:
ContextMenuManager, DefaultContextMenuManager

public interface IContextMenuManager
The Interface a custom ContextManager should implement.
Version:
$Revision$
Author:
$author$
  • Method Details

    • getContextMenu

      JPopupMenu getContextMenu​(MouseEvent e)
      This Method returns a Context Menu.
      Parameters:
      e - The MouseEvent to be processed.
      Returns:
      ContextMenu for the MouseEvent
    • ensureActiveSession

      void ensureActiveSession​(MouseEvent e)
      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 - The MouseEvent.