Package ghidra.app.util.viewer.field
Class AddressFieldOptionsPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
ghidra.app.util.viewer.field.AddressFieldOptionsPropertyEditor
- All Implemented Interfaces:
 CustomOptionsEditor,PropertyEditor
public class AddressFieldOptionsPropertyEditor
extends PropertyEditorSupport
implements CustomOptionsEditor
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource 
- 
Constructor Details
- 
AddressFieldOptionsPropertyEditor
public AddressFieldOptionsPropertyEditor() 
 - 
 - 
Method Details
- 
setValue
- Specified by:
 setValuein interfacePropertyEditor- Overrides:
 setValuein classPropertyEditorSupport
 - 
getOptionDescriptions
Description copied from interface:CustomOptionsEditorGets the descriptions of the options that this editor is editing.- Specified by:
 getOptionDescriptionsin interfaceCustomOptionsEditor- Returns:
 - the descriptions of the options that this editor is editing; may be null.
 
 - 
getOptionNames
Description copied from interface:CustomOptionsEditorGets the names of the options that this editor is editing.- Specified by:
 getOptionNamesin interfaceCustomOptionsEditor- Returns:
 - the names of the options that this editor is editing; may not be null.
 
 - 
getValue
- Specified by:
 getValuein interfacePropertyEditor- Overrides:
 getValuein classPropertyEditorSupport
 - 
getCustomEditor
- Specified by:
 getCustomEditorin interfacePropertyEditor- Overrides:
 getCustomEditorin classPropertyEditorSupport
 - 
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
 supportsCustomEditorin interfacePropertyEditor- Overrides:
 supportsCustomEditorin classPropertyEditorSupport
 
 -