Package ghidra.app.util.viewer.field
Class OptionsBasedDataTypeDisplayOptions
- java.lang.Object
-
- ghidra.app.util.viewer.field.OptionsBasedDataTypeDisplayOptions
-
- All Implemented Interfaces:
DataTypeDisplayOptions
public class OptionsBasedDataTypeDisplayOptions extends java.lang.Object implements DataTypeDisplayOptions
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DISPLAY_ABBREVIATED_DEFAULT_LABELS
Option for controlling the default display options.static java.lang.String
MAXIMUM_DEFAULT_LABEL_LENGTH
-
Fields inherited from interface ghidra.program.model.data.DataTypeDisplayOptions
DEFAULT, MAX_LABEL_STRING_LENGTH
-
-
Constructor Summary
Constructors Constructor Description OptionsBasedDataTypeDisplayOptions(Options options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLabelStringLength()
boolean
useAbbreviatedForm()
-
-
-
Field Detail
-
DISPLAY_ABBREVIATED_DEFAULT_LABELS
public static final java.lang.String DISPLAY_ABBREVIATED_DEFAULT_LABELS
Option for controlling the default display options.- See Also:
- Constant Field Values
-
MAXIMUM_DEFAULT_LABEL_LENGTH
public static final java.lang.String MAXIMUM_DEFAULT_LABEL_LENGTH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OptionsBasedDataTypeDisplayOptions
public OptionsBasedDataTypeDisplayOptions(Options options)
-
-
Method Detail
-
getLabelStringLength
public int getLabelStringLength()
- Specified by:
getLabelStringLength
in interfaceDataTypeDisplayOptions
-
useAbbreviatedForm
public boolean useAbbreviatedForm()
- Specified by:
useAbbreviatedForm
in interfaceDataTypeDisplayOptions
-
-