Package ghidra.app.util.opinion
Class LibraryPathsDialog
java.lang.Object
docking.DialogComponentProvider
docking.widgets.pathmanager.AbstractPathsDialog
ghidra.app.util.opinion.LibraryPathsDialog
- All Implemented Interfaces:
ActionContextProvider
,StatusListener
,TaskListener
Dialog for editing Library Search Paths which are used by the importer to locate referenced
shared libraries.
-
Field Summary
Fields inherited from class docking.widgets.pathmanager.AbstractPathsDialog
tablePanel
Fields inherited from class docking.DialogComponentProvider
applyButton, buttonPanel, cancelButton, dismissButton, okButton, rootPanel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String[]
protected PathnameTablePanel
protected void
reset()
protected void
Methods inherited from class docking.widgets.pathmanager.AbstractPathsDialog
okCallback
Methods inherited from class docking.DialogComponentProvider
addAction, addApplyButton, addButton, addCancelButton, addDismissButton, addOKButton, addWorkPanel, alertMessage, alertMessage, applyCallback, cancelCallback, cancelCurrentTask, clearScheduledTask, clearStatusText, close, closeDialog, dialogClosed, dialogShown, dismissCallback, dispose, doInitialize, escapeCallback, 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, 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
-
LibraryPathsDialog
public LibraryPathsDialog()
-
-
Method Details
-
loadPaths
- Specified by:
loadPaths
in classAbstractPathsDialog
-
savePaths
- Specified by:
savePaths
in classAbstractPathsDialog
-
newPathnameTablePanel
- Specified by:
newPathnameTablePanel
in classAbstractPathsDialog
-
reset
protected void reset()- Overrides:
reset
in classAbstractPathsDialog
-