Package ghidra.app.util.viewer.field
Class ArrayElementWrappedOption
java.lang.Object
ghidra.app.util.viewer.field.ArrayElementWrappedOption
- All Implemented Interfaces:
CustomOption
-
Field Summary
Fields inherited from interface ghidra.framework.options.CustomOption
CUSTOM_OPTION_CLASS_NAME_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
hashCode()
void
readState
(GProperties properties) Read state from the given propertiesvoid
setArrayElementsPerLine
(int arrayElementsPerLine) void
setShowMultipleArrayElementPerLine
(boolean b) boolean
void
writeState
(GProperties properties) Write state into the given propertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ghidra.framework.options.CustomOption
toString
-
Constructor Details
-
ArrayElementWrappedOption
public ArrayElementWrappedOption()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
readState
Description copied from interface:CustomOption
Read state from the given properties- Specified by:
readState
in interfaceCustomOption
- Parameters:
properties
- container of state information
-
writeState
Description copied from interface:CustomOption
Write state into the given properties- Specified by:
writeState
in interfaceCustomOption
- Parameters:
properties
- container of state information
-
showMultipleArrayElementPerLine
public boolean showMultipleArrayElementPerLine() -
setShowMultipleArrayElementPerLine
public void setShowMultipleArrayElementPerLine(boolean b) -
getArrayElementsPerLine
public int getArrayElementsPerLine() -
setArrayElementsPerLine
public void setArrayElementsPerLine(int arrayElementsPerLine)
-