Package ghidra.framework.options
Class NoRegisteredEditorPropertyEditor
java.lang.Object
ghidra.framework.options.NoRegisteredEditorPropertyEditor
- All Implemented Interfaces:
PropertyEditor
-
Constructor Details
-
NoRegisteredEditorPropertyEditor
public NoRegisteredEditorPropertyEditor()
-
-
Method Details
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfacePropertyEditor
-
getAsText
- Specified by:
getAsTextin interfacePropertyEditor
-
getCustomEditor
- Specified by:
getCustomEditorin interfacePropertyEditor
-
getJavaInitializationString
- Specified by:
getJavaInitializationStringin interfacePropertyEditor
-
getTags
- Specified by:
getTagsin interfacePropertyEditor
-
getValue
- Specified by:
getValuein interfacePropertyEditor
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintablein interfacePropertyEditor
-
paintValue
- Specified by:
paintValuein interfacePropertyEditor
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListenerin interfacePropertyEditor
-
setAsText
- Specified by:
setAsTextin interfacePropertyEditor- Throws:
IllegalArgumentException
-
setValue
- Specified by:
setValuein interfacePropertyEditor
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditorin interfacePropertyEditor
-