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.ComponentgetCustomEditor()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.ObjectgetValue()voidsetValue(java.lang.Object value)booleansupportsCustomEditor()
-
-
-
Method Detail
-
setValue
public void setValue(java.lang.Object value)
- Specified by:
setValuein interfacejava.beans.PropertyEditor- Overrides:
setValuein classjava.beans.PropertyEditorSupport
-
getOptionDescriptions
public java.lang.String[] 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
public java.lang.String[] 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
public java.lang.Object getValue()
- Specified by:
getValuein interfacejava.beans.PropertyEditor- Overrides:
getValuein classjava.beans.PropertyEditorSupport
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
getCustomEditorin classjava.beans.PropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditorin interfacejava.beans.PropertyEditor- Overrides:
supportsCustomEditorin classjava.beans.PropertyEditorSupport
-
-