Package ghidra.app.util.viewer.field
Class EolExtraCommentsOption
java.lang.Object
ghidra.app.util.viewer.field.EolExtraCommentsOption
- All Implemented Interfaces:
CustomOption
An option class that is used by the
EolExtraCommentsPropertyEditor
to load and save
option settings.-
Field Summary
Fields inherited from interface ghidra.framework.options.CustomOption
CUSTOM_OPTION_CLASS_NAME_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
hashCode()
boolean
isShowingAutoComments
(boolean hasOtherComments) boolean
isShowingRefRepeatables
(boolean hasOtherComments) boolean
isShowingRepeatables
(boolean hasOtherComments) void
readState
(GProperties properties) Read state from the given propertiesvoid
setAutoData
(EolEnablement priority) void
setAutoFunction
(EolEnablement priority) void
setRefRepeatable
(EolEnablement priority) void
setRepeatable
(EolEnablement priority) void
setUseAbbreviatedComments
(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
-
EolExtraCommentsOption
public EolExtraCommentsOption()
-
-
Method Details
-
getRepeatable
-
setRepeatable
-
getRefRepeatable
-
setRefRepeatable
-
getAutoData
-
setAutoData
-
getAutoFunction
-
setAutoFunction
-
useAbbreviatedComments
public boolean useAbbreviatedComments() -
setUseAbbreviatedComments
public void setUseAbbreviatedComments(boolean b) -
alwaysShowAutoComments
public boolean alwaysShowAutoComments() -
isShowingRefRepeatables
public boolean isShowingRefRepeatables(boolean hasOtherComments) -
isShowingRepeatables
public boolean isShowingRepeatables(boolean hasOtherComments) -
isShowingAutoComments
public boolean isShowingAutoComments(boolean hasOtherComments) -
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
-
hashCode
public int hashCode() -
equals
-