Package ghidra.app.util.viewer.field
Class OptionsBasedDataTypeDisplayOptions
java.lang.Object
ghidra.app.util.viewer.field.OptionsBasedDataTypeDisplayOptions
- All Implemented Interfaces:
DataTypeDisplayOptions
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Option for controlling the default display options.static final String
Fields inherited from interface ghidra.program.model.data.DataTypeDisplayOptions
DEFAULT, MAX_LABEL_STRING_LENGTH
-
Constructor Summary
-
Method Summary
-
Field Details
-
DISPLAY_ABBREVIATED_DEFAULT_LABELS
Option for controlling the default display options.- See Also:
-
MAXIMUM_DEFAULT_LABEL_LENGTH
- See Also:
-
-
Constructor Details
-
OptionsBasedDataTypeDisplayOptions
-
-
Method Details
-
getLabelStringLength
public int getLabelStringLength()- Specified by:
getLabelStringLength
in interfaceDataTypeDisplayOptions
-
useAbbreviatedForm
public boolean useAbbreviatedForm()- Specified by:
useAbbreviatedForm
in interfaceDataTypeDisplayOptions
-