Class ProjectDataCollapseAction<T extends ProjectTreeContext>
- java.lang.Object
-
- docking.action.DockingAction
-
- docking.action.ContextSpecificAction<T>
-
- ghidra.framework.main.projectdata.actions.ProjectDataCollapseAction<T>
-
- All Implemented Interfaces:
DockingActionIf
,HelpDescriptor
- Direct Known Subclasses:
DialogProjectDataCollapseAction
,FrontEndProjectDataCollapseAction
public class ProjectDataCollapseAction<T extends ProjectTreeContext> extends ContextSpecificAction<T>
-
-
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 ProjectDataCollapseAction(java.lang.String owner, java.lang.String group, java.lang.Class<T> contextClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
actionPerformed(T context)
The actionPerformed method with a more specific ActionContext.boolean
isAddToPopup(T context)
protected boolean
isEnabledForContext(T context)
-
Methods inherited from class docking.action.ContextSpecificAction
actionPerformed, isAddToPopup, isEnabledForContext, isValidContext, isValidContext
-
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, isEnabled, 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
-
-
-
-
Constructor Detail
-
ProjectDataCollapseAction
public ProjectDataCollapseAction(java.lang.String owner, java.lang.String group, java.lang.Class<T> contextClass)
-
-
Method Detail
-
actionPerformed
protected void actionPerformed(T context)
Description copied from class:ContextSpecificAction
The actionPerformed method with a more specific ActionContext. SeeDockingAction.actionPerformed(ActionContext)
- Specified by:
actionPerformed
in classContextSpecificAction<T extends ProjectTreeContext>
- Parameters:
context
- the more specificActionContext
-
isAddToPopup
public boolean isAddToPopup(T context)
- Overrides:
isAddToPopup
in classContextSpecificAction<T extends ProjectTreeContext>
-
isEnabledForContext
protected boolean isEnabledForContext(T context)
- Overrides:
isEnabledForContext
in classContextSpecificAction<T extends ProjectTreeContext>
-
-