Class FrontEndProjectDataCollapseAction
java.lang.Object
docking.action.DockingAction
docking.action.ContextSpecificAction<FrontEndProjectTreeContext>
ghidra.framework.main.projectdata.actions.ProjectDataCollapseAction<FrontEndProjectTreeContext>
ghidra.framework.main.FrontEndProjectDataCollapseAction
- All Implemented Interfaces:
DockingActionIf, HelpDescriptor
public class FrontEndProjectDataCollapseAction
extends ProjectDataCollapseAction<FrontEndProjectTreeContext>
ProjectDataCollapseAction configured to work in the frontend.-
Field Summary
Fields inherited from interface DockingActionIf
DESCRIPTION_PROPERTY, ENABLEMENT_PROPERTY, GLOBALCONTEXT_PROPERTY, KEYBINDING_DATA_PROPERTY, MENUBAR_DATA_PROPERTY, POPUP_MENU_DATA_PROPERTY, TOOLBAR_DATA_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ProjectDataCollapseAction
actionPerformed, isEnabledForContextMethods inherited from class ContextSpecificAction
actionPerformed, isAddToPopup, isAddToPopup, isEnabledForContext, isValidContext, isValidContextMethods inherited from class DockingAction
addPropertyChangeListener, addToWindowWhen, createButton, createMenuItem, dispose, doCreateButton, doCreateMenuItem, enabledWhen, firePropertyChanged, getContextClass, getDefaultKeyBindingData, getDescription, getFullName, getHelpInfo, getHelpLocation, getHelpObject, getInceptionFromTheFirstClassThatIsNotUsOrABuilder, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getPopupMenuData, getPreferredKeyBindingType, getToolBarData, isEnabled, markHelpUnnecessary, popupWhen, removePropertyChangeListener, setAddToAllWindows, setContextClass, setDefaultKeyBindingData, setDescription, setEnabled, setHelpLocation, setKeyBindingData, setMenuBarData, setPopupMenuData, setToolBarData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultContext, toString, validContextWhenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DockingActionIf
createMenuComponent, getOwnerDescription
-
Constructor Details
-
FrontEndProjectDataCollapseAction
-