Package ghidra.framework.options
Class AutoOptionsListener.ReceiverProfile<R>
java.lang.Object
ghidra.framework.options.AutoOptionsListener.ReceiverProfile<R>
- Enclosing class:
AutoOptionsListener<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Map<AutoOptions.CategoryAndName, Set<AutoOptionsListener.OptionSetter<R>>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyCurrentValues(PluginTool tool, R receiver) voidoptionsChanged(ToolOptions options, String optionName, Object oldValue, Object newValue, R receiver)
-
Field Details
-
settersByOption
protected final Map<AutoOptions.CategoryAndName,Set<AutoOptionsListener.OptionSetter<R>>> settersByOption -
categories
-
categoriesView
-
-
Constructor Details
-
ReceiverProfile
-
-
Method Details
-
optionsChanged
public void optionsChanged(ToolOptions options, String optionName, Object oldValue, Object newValue, R receiver) -
notifyCurrentValues
-