Package ghidra.docking.settings
-
Interface Summary Interface Description BooleanSettingsDefinition The inteface for SettingsDefinitions that have boolean values.EnumSettingsDefinition Interface for a SettingsDefinition with enumerated values.Settings Settings objects store name-value pairs.SettingsDefinition Generic interface for defining display options on data and dataTypes. -
Class Summary Class Description FloatingPointPrecisionSettingsDefinition SettingsDefinition to define the number of digits of precision to show.FormatSettingsDefinition The settings definition for the numeric display formatIntegerSignednessFormattingModeSettingsDefinition The settings definition for the numeric display format for handling signed values.JavaEnumSettingsDefinition<T extends java.lang.Enum<T>> ASettingsDefinition
implementation that uses a real javaEnum
.SettingsImpl Basic implementation of the Settings object