Package ghidra.app.util.viewer.field
Class AddressFieldOptionsPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- ghidra.app.util.viewer.field.AddressFieldOptionsPropertyEditor
-
- All Implemented Interfaces:
CustomOptionsEditor
,java.beans.PropertyEditor
public class AddressFieldOptionsPropertyEditor extends java.beans.PropertyEditorSupport implements CustomOptionsEditor
-
-
Constructor Summary
Constructors Constructor Description AddressFieldOptionsPropertyEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getCustomEditor()
java.lang.String[]
getOptionDescriptions()
Gets the descriptions of the options that this editor is editing.java.lang.String[]
getOptionNames()
Gets the names of the options that this editor is editing.java.lang.Object
getValue()
void
setValue(java.lang.Object value)
boolean
supportsCustomEditor()
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValue
in interfacejava.beans.PropertyEditor
- Overrides:
setValue
in classjava.beans.PropertyEditorSupport
-
getOptionDescriptions
public java.lang.String[] getOptionDescriptions()
Description copied from interface:CustomOptionsEditor
Gets the descriptions of the options that this editor is editing.- Specified by:
getOptionDescriptions
in interfaceCustomOptionsEditor
- Returns:
- the descriptions of the options that this editor is editing; may be null.
-
getOptionNames
public java.lang.String[] getOptionNames()
Description copied from interface:CustomOptionsEditor
Gets the names of the options that this editor is editing.- Specified by:
getOptionNames
in interfaceCustomOptionsEditor
- Returns:
- the names of the options that this editor is editing; may not be null.
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfacejava.beans.PropertyEditor
- Overrides:
getValue
in classjava.beans.PropertyEditorSupport
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
getCustomEditor
in classjava.beans.PropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
supportsCustomEditor
in classjava.beans.PropertyEditorSupport
-
-