Package docking.action
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. 
- 
- 
Field Summary
- 
Fields inherited from interface docking.action.DockingActionIf
DESCRIPTION_PROPERTY, ENABLEMENT_PROPERTY, GLOBALCONTEXT_PROPERTY, KEYBINDING_DATA_PROPERTY, MENUBAR_DATA_PROPERTY, POPUP_MENU_DATA_PROPERTY, TOOLBAR_DATA_PROPERTY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ShowContextMenuAction(javax.swing.KeyStroke keyStroke) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionContext context)method to actually perform the action logic for this action.- 
Methods inherited from class docking.action.DockingAction
addPropertyChangeListener, addToWindowWhen, createButton, createMenuItem, dispose, doCreateButton, doCreateMenuItem, enabledWhen, firePropertyChanged, getDefaultKeyBindingData, getDescription, getFullName, getHelpInfo, getHelpObject, getInceptionFromTheFirstClassThatIsNotUsOrABuilder, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getPopupMenuData, getPreferredKeyBindingType, getToolBarData, isAddToPopup, isEnabled, isEnabledForContext, isValidContext, markHelpUnnecessary, popupWhen, removePropertyChangeListener, setAddToAllWindows, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setSupportsDefaultToolContext, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultToolContext, toString, validContextWhen 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface docking.action.DockingActionIf
getOwnerDescription 
 - 
 
 - 
 
- 
- 
Method Detail
- 
actionPerformed
public void actionPerformed(ActionContext context)
Description copied from interface:DockingActionIfmethod to actually perform the action logic for this action.- Specified by:
 actionPerformedin interfaceDockingActionIf- Specified by:
 actionPerformedin classDockingAction- Parameters:
 context- theActionContextobject that provides information about where and how this action was invoked.
 
 - 
 
 -