Package ghidra.util.table.field
Class FunctionNoReturnSettingsDefinition
java.lang.Object
ghidra.util.table.field.FunctionNoReturnSettingsDefinition
- All Implemented Interfaces:
- BooleanSettingsDefinition,- SettingsDefinition
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidRemoves any values in the given settings object assocated with this settings definitionvoidcopySetting(Settings srcSettings, Settings destSettings) Copies any setting value associated with this settings definition from the srcSettings settings to the destSettings.Returns a description of this settings definitiongetName()Returns the display name of this SettingsDefinitionGet theSettingskey which is used when storing a key/value entry.booleangets the value for this SettingsDefinition given a Settings object.getValueString(Settings settings) Get the setting value as a string which corresponds to this definition.booleanDetermine if a setting value has been storedvoidSets the given value into the given settings object using this settingsDefinition as the key.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.docking.settings.BooleanSettingsDefinitionhasSameValue
- 
Field Details- 
DEF
 
- 
- 
Constructor Details- 
FunctionNoReturnSettingsDefinitionpublic FunctionNoReturnSettingsDefinition()
 
- 
- 
Method Details- 
getValueDescription copied from interface:BooleanSettingsDefinitiongets the value for this SettingsDefinition given a Settings object.- Specified by:
- getValuein interface- BooleanSettingsDefinition
- Parameters:
- settings- the set of Settings values for a particular location or null for default value.
- Returns:
- the values for this settings object given the context.
 
- 
getValueStringDescription copied from interface:SettingsDefinitionGet the setting value as a string which corresponds to this definition. A default value string will be returned if a setting has not been stored.- Specified by:
- getValueStringin interface- SettingsDefinition
- Parameters:
- settings- settings
- Returns:
- value string or null if not set and default has not specified by this definition
 
- 
setValueDescription copied from interface:BooleanSettingsDefinitionSets the given value into the given settings object using this settingsDefinition as the key.- Specified by:
- setValuein interface- BooleanSettingsDefinition
- Parameters:
- settings- the settings object to store the value in.
- value- the value to store in the settings object using this settingsDefinition as the key.
 
- 
copySettingDescription copied from interface:SettingsDefinitionCopies any setting value associated with this settings definition from the srcSettings settings to the destSettings.- Specified by:
- copySettingin interface- SettingsDefinition
- Parameters:
- srcSettings- the settings to be copied
- destSettings- the settings to be updated.
 
- 
clearDescription copied from interface:SettingsDefinitionRemoves any values in the given settings object assocated with this settings definition- Specified by:
- clearin interface- SettingsDefinition
- Parameters:
- settings- the settings object to be cleared.
 
- 
getDescriptionDescription copied from interface:SettingsDefinitionReturns a description of this settings definition- Specified by:
- getDescriptionin interface- SettingsDefinition
- Returns:
- setting description
 
- 
getNameDescription copied from interface:SettingsDefinitionReturns the display name of this SettingsDefinition- Specified by:
- getNamein interface- SettingsDefinition
- Returns:
- display name for setting
 
- 
getStorageKeyDescription copied from interface:SettingsDefinitionGet theSettingskey which is used when storing a key/value entry.- Specified by:
- getStorageKeyin interface- SettingsDefinition
- Returns:
- settings storage key
 
- 
hasValueDescription copied from interface:SettingsDefinitionDetermine if a setting value has been stored- Specified by:
- hasValuein interface- SettingsDefinition
- Parameters:
- settings- stored settings
- Returns:
- true if a value has been stored, else false
 
 
-