Package ghidra.app.util.viewer.field
Class ArrayElementWrappedOption
- java.lang.Object
-
- ghidra.app.util.viewer.field.ArrayElementWrappedOption
-
- All Implemented Interfaces:
CustomOption
public class ArrayElementWrappedOption extends java.lang.Object implements CustomOption
-
-
Constructor Summary
Constructors Constructor Description ArrayElementWrappedOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)intgetArrayElementsPerLine()inthashCode()voidreadState(SaveState saveState)Concrete subclass of WrappedOption should read all of its state from the given saveState object.voidsetArrayElementsPerLine(int arrayElementsPerLine)voidsetShowMultipleArrayElementPerLine(boolean b)booleanshowMultipleArrayElementPerLine()voidwriteState(SaveState saveState)Concrete subclass of WrappedOption should write all of its state to the given saveState object.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
readState
public void readState(SaveState saveState)
Description copied from interface:CustomOptionConcrete subclass of WrappedOption should read all of its state from the given saveState object.- Specified by:
readStatein interfaceCustomOption- Parameters:
saveState- container of state information
-
writeState
public void writeState(SaveState saveState)
Description copied from interface:CustomOptionConcrete subclass of WrappedOption should write all of its state to the given saveState object.- Specified by:
writeStatein interfaceCustomOption- Parameters:
saveState- container of state information
-
showMultipleArrayElementPerLine
public boolean showMultipleArrayElementPerLine()
-
setShowMultipleArrayElementPerLine
public void setShowMultipleArrayElementPerLine(boolean b)
-
getArrayElementsPerLine
public int getArrayElementsPerLine()
-
setArrayElementsPerLine
public void setArrayElementsPerLine(int arrayElementsPerLine)
-
-