Package ghidra.app.util.viewer.field
Class ArrayElementWrappedOption
java.lang.Object
ghidra.app.util.viewer.field.ArrayElementWrappedOption
- All Implemented Interfaces:
- CustomOption
- 
Field SummaryFields inherited from interface ghidra.framework.options.CustomOptionCUSTOM_OPTION_CLASS_NAME_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanintinthashCode()voidreadState(GProperties properties) Read state from the given propertiesvoidsetArrayElementsPerLine(int arrayElementsPerLine) voidsetShowMultipleArrayElementPerLine(boolean b) booleanvoidwriteState(GProperties properties) Write state into the given propertiesMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.framework.options.CustomOptiontoString
- 
Constructor Details- 
ArrayElementWrappedOptionpublic ArrayElementWrappedOption()
 
- 
- 
Method Details- 
equals
- 
hashCodepublic int hashCode()
- 
readStateDescription copied from interface:CustomOptionRead state from the given properties- Specified by:
- readStatein interface- CustomOption
- Parameters:
- properties- container of state information
 
- 
writeStateDescription copied from interface:CustomOptionWrite state into the given properties- Specified by:
- writeStatein interface- CustomOption
- Parameters:
- properties- container of state information
 
- 
showMultipleArrayElementPerLinepublic boolean showMultipleArrayElementPerLine()
- 
setShowMultipleArrayElementPerLinepublic void setShowMultipleArrayElementPerLine(boolean b) 
- 
getArrayElementsPerLinepublic int getArrayElementsPerLine()
- 
setArrayElementsPerLinepublic void setArrayElementsPerLine(int arrayElementsPerLine) 
 
-