Package ghidra.app.util.importer
Class LibrarySearchPathDummyOption
java.lang.Object
ghidra.app.util.Option
ghidra.app.util.importer.LibrarySearchPathDummyOption
A dummy
Option used to render a button that will allow the user to edit the global
list of library search paths-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.app.util.Option
getArg, getGroup, getName, getState, getStateKey, getValue, isHidden, parseAndSetValueByType, setOptionListener, setValue, toString
-
Constructor Details
-
LibrarySearchPathDummyOption
Creates a newLibrarySearchPathDummyOption- Parameters:
name- The name of the option
-
-
Method Details
-
getCustomEditorComponent
Description copied from class:OptionOverride if you want to provide a custom widget for selecting your options.Important! If you override this you MUST also override the
Option.copy()method so it returns a new instance of your custom editor.- Overrides:
getCustomEditorComponentin classOption- Returns:
- the custom editor
-
getValueClass
Description copied from class:OptionReturns the class of the value for this option.- Overrides:
getValueClassin classOption- Returns:
- the class of the value for this option
-
copy
Description copied from class:OptionCreates a copy of this Option object.
-