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
Nested Classes Modifier and Type Class Description static class
RenderUnicodeSettingsDefinition.RENDER_ENUM
-
Field Summary
Fields Modifier and Type Field Description static RenderUnicodeSettingsDefinition
RENDER
-
Fields inherited from class ghidra.docking.settings.JavaEnumSettingsDefinition
valueNames
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isRenderAlphanumericOnly(Settings settings)
Gets the current rendering setting from the given settings objects or returns the default if not in either settings object-
Methods inherited from class ghidra.docking.settings.JavaEnumSettingsDefinition
clear, copySetting, getChoice, getDefaultEnum, getDescription, getDisplayChoice, getDisplayChoices, getEnumByOrdinal, getEnumValue, getEnumValue, getName, getOrdinalByString, getSettingName, hasValue, setChoice, setEnumValue
-
-
-
-
Field Detail
-
RENDER
public static final RenderUnicodeSettingsDefinition RENDER
-
-
Method Detail
-
isRenderAlphanumericOnly
public boolean isRenderAlphanumericOnly(Settings settings)
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
-
-