Class VersionControlCheckInAction
java.lang.Object
docking.action.DockingAction
ghidra.framework.main.datatable.DomainFileProviderContextAction
ghidra.framework.main.projectdata.actions.VersionControlAction
ghidra.framework.main.projectdata.actions.VersionControlCheckInAction
- All Implemented Interfaces:
DockingActionIf, HelpDescriptor
Action to check-in domain files to the repository.
-
Field Summary
Fields inherited from class VersionControlAction
GROUP, repository, toolFields 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
ConstructorsConstructorDescriptionVersionControlCheckInAction(Plugin plugin, Component parent) Creates an action to check-in domain files to the repository. -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(DomainFileContext context) voidcheckIn(List<DomainFile> fileList) Check in the list of domain files.booleanisEnabledForContext(DomainFileContext context) Methods inherited from class VersionControlAction
checkRepositoryConnected, isAddToPopup, isFileSystemBusyMethods inherited from class DomainFileProviderContextAction
actionPerformed, 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
-
VersionControlCheckInAction
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin classDomainFileProviderContextAction
-
isEnabledForContext
- Overrides:
isEnabledForContextin classDomainFileProviderContextAction
-
checkIn
Check in the list of domain files. Domain files that cannot be closed are skipped in the list.- Parameters:
fileList- list of DomainFile objects
-