Class ProjectDataNewFolderAction<T extends ProjectTreeContext>
java.lang.Object
docking.action.DockingAction
docking.action.ContextSpecificAction<T>
ghidra.framework.main.projectdata.actions.ProjectDataNewFolderAction<T>
- All Implemented Interfaces:
 DockingActionIf,HelpDescriptor
- Direct Known Subclasses:
 DialogProjectDataNewFolderAction,FrontEndProjectDataNewFolderAction
public class ProjectDataNewFolderAction<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
ConstructorsConstructorDescriptionProjectDataNewFolderAction(String owner, String group, Class<T> contextClass)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidactionPerformed(T context) The actionPerformed method with a more specific ActionContext.booleanisAddToPopup(T context) protected booleanisEnabledForContext(T context) Methods inherited from class docking.action.ContextSpecificAction
actionPerformed, isAddToPopup, isEnabledForContext, isValidContext, isValidContextMethods 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
- 
ProjectDataNewFolderAction
 
 - 
 - 
Method Details
- 
actionPerformed
Description copied from class:ContextSpecificActionThe actionPerformed method with a more specific ActionContext. SeeDockingAction.actionPerformed(ActionContext)- Specified by:
 actionPerformedin classContextSpecificAction<T extends ProjectTreeContext>- Parameters:
 context- the more specificActionContext
 - 
isAddToPopup
- Overrides:
 isAddToPopupin classContextSpecificAction<T extends ProjectTreeContext>
 - 
isEnabledForContext
- Overrides:
 isEnabledForContextin classContextSpecificAction<T extends ProjectTreeContext>
 
 -