Package ghidra.program.model.data
Interface DataTypeDisplayOptions
-
- All Known Implementing Classes:
OptionsBasedDataTypeDisplayOptions
public interface DataTypeDisplayOptions
-
-
Field Summary
Fields Modifier and Type Field Description static DataTypeDisplayOptions
DEFAULT
static int
MAX_LABEL_STRING_LENGTH
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLabelStringLength()
boolean
useAbbreviatedForm()
-
-
-
Field Detail
-
MAX_LABEL_STRING_LENGTH
static final int MAX_LABEL_STRING_LENGTH
- See Also:
- Constant Field Values
-
DEFAULT
static final DataTypeDisplayOptions DEFAULT
-
-