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
Constructors -
Method Summary
ChangeModifier and TypeMethodDescriptionbooleanintinthashCode()NEWvoidreadState(GProperties properties) Concrete subclass of WrappedOption should read all of its state from the given saveState object.voidsetArrayElementsPerLine(int arrayElementsPerLine) voidsetShowMultipleArrayElementPerLine(boolean b) booleanNEWvoidwriteState(GProperties properties) Concrete subclass of WrappedOption should write all of its state to the given saveState object.REMOVEDvoidreadState(SaveState saveState) RemovedREMOVEDvoidwriteState(SaveState saveState) RemovedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.framework.options.CustomOption
toString
-
Constructor Details
-
ArrayElementWrappedOption
public ArrayElementWrappedOption()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
readState NEW
Description copied from interface:CustomOptionConcrete subclass of WrappedOption should read all of its state from the given saveState object.- Specified by:
readStatein interfaceCustomOption- Parameters:
properties- container of state information
-
writeState NEW
Description copied from interface:CustomOptionConcrete subclass of WrappedOption should write all of its state to the given saveState object.- Specified by:
writeStatein 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)
-