Class ShowContextMenuAction

java.lang.Object
docking.action.DockingAction
docking.action.ShowContextMenuAction
All Implemented Interfaces:
DockingActionIf, HelpDescriptor

public class ShowContextMenuAction extends DockingAction
An action to trigger a context menu over the focus owner. This allows context menus to be triggered from the keyboard.
  • Constructor Details

    • ShowContextMenuAction

      public ShowContextMenuAction(KeyStroke keyStroke, boolean isPrimary)
  • Method Details