Class PropertyManagerProvider
java.lang.Object
docking.ComponentProvider
ghidra.framework.plugintool.ComponentProviderAdapter
ghidra.app.plugin.debug.propertymanager.PropertyManagerProvider
- All Implemented Interfaces:
ActionContextProvider
,HelpDescriptor
PropertyManagerDialog
-
Field Summary
Fields inherited from class ghidra.framework.plugintool.ComponentProviderAdapter
tool
Fields inherited from class docking.ComponentProvider
DEFAULT_WINDOW_GROUP, dockingTool
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notifies the component provider that it is now the active providervoid
Notifies the provider that the component is being hidden.void
Notifies the provider that the component is being shown.getActionContext
(MouseEvent event) Returns the context object which corresponds to the area of focus within this provider's component.Returns the component to be displayedMethods inherited from class ghidra.framework.plugintool.ComponentProviderAdapter
getTool
Methods inherited from class docking.ComponentProvider
addLocalAction, addToTool, addToToolbar, adjustFontSize, canBeParent, closeComponent, componentDeactived, contextChanged, createContext, createContext, createContext, getBaseIcon, getContextType, getDefaultWindowPosition, getHelpInfo, getHelpLocation, getHelpObject, getIcon, getInstanceID, getIntraGroupPosition, getLocalActions, getMappedName, getMappedOwner, getName, getOwner, getSubTitle, getTabText, getTitle, getWindowGroup, getWindowSubMenuName, initializeInstanceID, isActive, isFocusedProvider, isInTool, isSnapshot, isTransient, isVisible, registerAdjustableFontId, registerProviderNameOwnerChange, removeAllLocalActions, removeFromTool, removeLocalAction, requestFocus, resetFontSize, setCustomSubTitle, setCustomTabText, setCustomTitle, setDefaultFocusComponent, setDefaultWindowPosition, setHelpLocation, setIcon, setIntraGroupPosition, setKeyBinding, setSubTitle, setTabText, setTitle, setTransient, setVisible, setWindowGroup, setWindowMenuGroup, toFront, toString
-
Field Details
-
ICON
-
DELETE_PROPERTIES_ACTION_NAME
- See Also:
-
-
Constructor Details
-
PropertyManagerProvider
-
-
Method Details
-
componentHidden
public void componentHidden()Description copied from class:ComponentProvider
Notifies the provider that the component is being hidden. This happens when the provider is being closed.- Overrides:
componentHidden
in classComponentProvider
-
componentShown
public void componentShown()Description copied from class:ComponentProvider
Notifies the provider that the component is being shown.- Overrides:
componentShown
in classComponentProvider
-
getComponent
Description copied from class:ComponentProvider
Returns the component to be displayed- Specified by:
getComponent
in classComponentProvider
- Returns:
- the component to be displayed
-
getActionContext
Description copied from class:ComponentProvider
Returns the context object which corresponds to the area of focus within this provider's component. Null is returned when there is no context.- Specified by:
getActionContext
in interfaceActionContextProvider
- Overrides:
getActionContext
in classComponentProvider
- Parameters:
event
- popup event which corresponds to this request. May be null for key-stroke or other non-mouse event.
-
componentActivated
public void componentActivated()Description copied from class:ComponentProvider
Notifies the component provider that it is now the active provider- Overrides:
componentActivated
in classComponentProvider
-