Package ghidra.app.util.importer
Class DomainFolderOption
java.lang.Object
ghidra.app.util.Option
ghidra.app.util.importer.DomainFolderOption
An
Option
used to specify a DomainFolder
-
Constructor Summary
ConstructorDescriptionDomainFolderOption
(String name, String arg) Creates a newDomainFolderOption
-
Method Summary
Methods inherited from class ghidra.app.util.Option
getArg, getGroup, getName, getState, getStateKey, getValue, parseAndSetValueByType, setOptionListener, setValue, toString
-
Constructor Details
-
DomainFolderOption
Creates a newDomainFolderOption
- Parameters:
name
- The name of the optionarg
- The option's command line argument (could be null)
-
-
Method Details
-
getCustomEditorComponent
Description copied from class:Option
Override 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:
getCustomEditorComponent
in classOption
- Returns:
- the custom editor
-
getValueClass
Description copied from class:Option
Returns the class of the value for this option.- Overrides:
getValueClass
in classOption
- Returns:
- the class of the value for this option
-
copy
Description copied from class:Option
Creates a copy of this Option object.
-