Package ghidra.app.util.viewer.field
Class NamespaceWrappedOption
java.lang.Object
ghidra.app.util.viewer.field.NamespaceWrappedOption
- All Implemented Interfaces:
CustomOption
An option class that allows the user to edit a related group of options pertaining to
namespace display.
-
Field Summary
Fields inherited from interface ghidra.framework.options.CustomOption
CUSTOM_OPTION_CLASS_NAME_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
boolean
boolean
boolean
boolean
void
readState
(GProperties properties) Read state from the given propertiesvoid
setLocalPrefixText
(String localPrefixText) void
setShowLibraryInNamespace
(boolean showLibraryInNamespace) void
setShowLocalNamespace
(boolean showLocalNamespace) void
setShowNonLocalNamespace
(boolean showNonLocalNamespace) void
setUseLocalPrefixOverride
(boolean useLocalPrefixOverride) void
writeState
(GProperties properties) Write state into the given propertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.framework.options.CustomOption
toString
-
Constructor Details
-
NamespaceWrappedOption
public NamespaceWrappedOption()
-
-
Method Details
-
isShowLocalNamespace
public boolean isShowLocalNamespace() -
isShowNonLocalNamespace
public boolean isShowNonLocalNamespace() -
getLocalPrefixText
-
setShowLocalNamespace
public void setShowLocalNamespace(boolean showLocalNamespace) -
setShowNonLocalNamespace
public void setShowNonLocalNamespace(boolean showNonLocalNamespace) -
setUseLocalPrefixOverride
public void setUseLocalPrefixOverride(boolean useLocalPrefixOverride) -
isUseLocalPrefixOverride
public boolean isUseLocalPrefixOverride() -
setLocalPrefixText
-
isShowLibraryInNamespace
public boolean isShowLibraryInNamespace() -
setShowLibraryInNamespace
public void setShowLibraryInNamespace(boolean showLibraryInNamespace) -
equals
-
hashCode
public int hashCode() -
readState
Description copied from interface:CustomOption
Read state from the given properties- Specified by:
readState
in interfaceCustomOption
- Parameters:
properties
- container of state information
-
writeState
Description copied from interface:CustomOption
Write state into the given properties- Specified by:
writeState
in interfaceCustomOption
- Parameters:
properties
- container of state information
-