Class ManagePluginsDialog
java.lang.Object
docking.DialogComponentProvider
docking.ReusableDialogComponentProvider
ghidra.framework.plugintool.dialog.ManagePluginsDialog
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
-
Field Summary
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
Constructor Summary
ConstructorDescriptionManagePluginsDialog
(PluginTool tool, boolean addSaveActions, boolean isNewTool) ManagePluginsDialog
(PluginTool tool, PluginConfigurationModel pluginConfigurationModel, boolean addSaveActions, boolean isNewTool) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
The callback method for when the escape key is pressed.void
Methods inherited from class docking.ReusableDialogComponentProvider
close, dispose
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, closeDialog, dialogClosed, dialogShown, dismissCallback, doInitialize, executeProgressTask, getActionContext, getActions, getBackground, getBounds, getComponent, getDefaultButton, getDefaultSize, getDialogSize, getFocusComponent, getGlassPane, getHelpLocation, getId, getInitialLocation, getLocationOnScreen, getParent, getPreferredSize, getRememberLocation, getRememberSize, getStatusColor, getStatusLabel, getStatusText, getTaskMonitorComponent, getTaskScheduler, getTitle, getUseSharedLocation, hideTaskMonitorComponent, isApplyEnabled, isCancelEnabled, isModal, isOKEnabled, isResizeable, isRunningTask, isShowing, isTransient, isVisible, notifyContextChanged, okCallback, removeAction, removeButton, removeWorkPanel, repack, setAccessibleDescription, setApplyEnabled, setApplyToolTip, setBackground, setCancelButtonText, setCancelEnabled, setCancelToolTip, setCursor, setDefaultButton, setDefaultSize, setDialogSize, setDismissToolTip, setFocusComponent, setGlassPane, setHelpLocation, setInitialLocation, setMinimumSize, setMinimumSize, setOkButtonText, setOkEnabled, setOkToolTip, setPreferredSize, setRememberLocation, setRememberSize, setResizable, setStatusJustification, setStatusText, setStatusText, setStatusText, setTitle, setTransient, setUseSharedLocation, showProgressBar, showTaskMonitorComponent, stopProgressTimer, taskCancelled, taskCompleted, toFront, toString, waitForCurrentTask
-
Constructor Details
-
ManagePluginsDialog
-
ManagePluginsDialog
public ManagePluginsDialog(PluginTool tool, PluginConfigurationModel pluginConfigurationModel, boolean addSaveActions, boolean isNewTool)
-
-
Method Details
-
escapeCallback
protected void escapeCallback()Description copied from class:DialogComponentProvider
The callback method for when the escape key is pressed. The default behavior is the call setVisible(false) on the dialog.- Overrides:
escapeCallback
in classDialogComponentProvider
-
getPluginConfigurationModel
-
stateChanged
public void stateChanged()
-