Class ProjectDataReadOnlyAction
java.lang.Object
docking.action.DockingAction
docking.action.ToggleDockingAction
ghidra.framework.main.datatable.ProjectDataContextToggleAction
ghidra.framework.main.projectdata.actions.ProjectDataReadOnlyAction
- All Implemented Interfaces:
DockingActionIf, ToggleDockingActionIf, HelpDescriptor
-
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_PROPERTYFields inherited from interface ToggleDockingActionIf
SELECTED_STATE_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactionPerformed(ProjectDataContext context) booleanisAddToPopup(ProjectDataContext context) protected booleanisEnabledForContext(ProjectDataContext context) Methods inherited from class ProjectDataContextToggleAction
actionPerformed, isAddToPopup, isEnabledForContext, isValidContext, isValidContext, supportsTransientProjectDataMethods inherited from class ToggleDockingAction
doCreateButton, doCreateMenuItem, isSelected, setSelectedMethods inherited from class DockingAction
addPropertyChangeListener, addToWindowWhen, createButton, createMenuItem, dispose, 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
addPropertyChangeListener, createButton, createMenuComponent, createMenuItem, dispose, getContextClass, getDefaultKeyBindingData, getDescription, getFullName, getInceptionInformation, getKeyBinding, getKeyBindingData, getKeyBindingType, getMenuBarData, getName, getOwner, getOwnerDescription, getPopupMenuData, getToolBarData, isEnabled, removePropertyChangeListener, setContextClass, setEnabled, setKeyBindingData, setUnvalidatedKeyBindingData, shouldAddToWindow, supportsDefaultContextMethods inherited from interface HelpDescriptor
getHelpInfo, getHelpObject
-
Constructor Details
-
ProjectDataReadOnlyAction
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin classProjectDataContextToggleAction
-
isAddToPopup
- Overrides:
isAddToPopupin classProjectDataContextToggleAction
-
isEnabledForContext
- Overrides:
isEnabledForContextin classProjectDataContextToggleAction
-