Package ghidra.framework.options
Class EnumEditor
- java.lang.Object
 - 
- java.beans.PropertyEditorSupport
 - 
- ghidra.framework.options.EnumEditor
 
 
 
- 
- All Implemented Interfaces:
 java.beans.PropertyEditor
public class EnumEditor extends java.beans.PropertyEditorSupport 
- 
- 
Constructor Summary
Constructors Constructor Description EnumEditor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsText()java.lang.Enum<?>[]getEnums()java.lang.String[]getTags()java.lang.ObjectgetValue()voidsetAsText(java.lang.String s)voidsetValue(java.lang.Object o) 
 - 
 
- 
- 
Method Detail
- 
setValue
public void setValue(java.lang.Object o)
- Specified by:
 setValuein interfacejava.beans.PropertyEditor- Overrides:
 setValuein classjava.beans.PropertyEditorSupport
 
- 
getValue
public java.lang.Object getValue()
- Specified by:
 getValuein interfacejava.beans.PropertyEditor- Overrides:
 getValuein classjava.beans.PropertyEditorSupport
 
- 
getTags
public java.lang.String[] getTags()
- Specified by:
 getTagsin interfacejava.beans.PropertyEditor- Overrides:
 getTagsin classjava.beans.PropertyEditorSupport
 
- 
getEnums
public java.lang.Enum<?>[] getEnums()
 
- 
getAsText
public java.lang.String getAsText()
- Specified by:
 getAsTextin interfacejava.beans.PropertyEditor- Overrides:
 getAsTextin classjava.beans.PropertyEditorSupport
 
- 
setAsText
public void setAsText(java.lang.String s)
- Specified by:
 setAsTextin interfacejava.beans.PropertyEditor- Overrides:
 setAsTextin classjava.beans.PropertyEditorSupport
 
 - 
 
 -