Class FindCheckoutsAction
java.lang.Object
docking.action.DockingAction
ghidra.framework.main.datatable.ProjectTreeAction
ghidra.framework.main.projectdata.actions.FindCheckoutsAction
- All Implemented Interfaces:
DockingActionIf,HelpDescriptor
FindCheckoutsAction provide the ability to initiate the show checkout status for
files selected within the ProjectDataTreePanel. Since link-files cannot be checked-out
these files will never show checkouts and do not currently attempt to show checkout information
for a referenced file.-
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanMethods inherited from class ghidra.framework.main.datatable.ProjectTreeAction
actionPerformed, isAddToPopup, isAddToPopup, isEnabledForContext, isValidContext, isValidContext, supportsTransientProjectDataMethods inherited from class docking.action.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface docking.action.DockingActionIf
createMenuComponent, getOwnerDescription
-
Constructor Details
-
FindCheckoutsAction
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin classProjectTreeAction
-
isEnabledForContext
- Overrides:
isEnabledForContextin classProjectTreeAction
-