Package ghidra.program.model.data
Class RenderUnicodeSettingsDefinition
java.lang.Object
ghidra.docking.settings.JavaEnumSettingsDefinition<RenderUnicodeSettingsDefinition.RENDER_ENUM>
ghidra.program.model.data.RenderUnicodeSettingsDefinition
- All Implemented Interfaces:
EnumSettingsDefinition
,SettingsDefinition
public class RenderUnicodeSettingsDefinition
extends JavaEnumSettingsDefinition<RenderUnicodeSettingsDefinition.RENDER_ENUM>
Settings definition for controlling the display of UNICODE characters.
-
Nested Class Summary
-
Field Summary
Fields inherited from class ghidra.docking.settings.JavaEnumSettingsDefinition
valueNames
-
Method Summary
Modifier and TypeMethodDescriptionboolean
isRenderAlphanumericOnly
(Settings settings) Gets the current rendering setting from the given settings objects or returns the default if not in either settings objectMethods inherited from class ghidra.docking.settings.JavaEnumSettingsDefinition
clear, copySetting, getChoice, getDefaultEnum, getDescription, getDisplayChoice, getDisplayChoices, getEnumByOrdinal, getEnumValue, getEnumValue, getName, getOrdinalByString, getStorageKey, getValueString, hasValue, setChoice, setEnumValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.docking.settings.EnumSettingsDefinition
hasSameValue
-
Field Details
-
RENDER
-
-
Method Details
-
isRenderAlphanumericOnly
Gets the current rendering setting from the given settings objects or returns the default if not in either settings object- Parameters:
settings
- the instance settings- Returns:
- the current value for this settings definition
-