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:
addPropertyChangeListener
in interfacePropertyEditor
-
getAsText
- Specified by:
getAsText
in interfacePropertyEditor
-
getCustomEditor
- Specified by:
getCustomEditor
in interfacePropertyEditor
-
getJavaInitializationString
- Specified by:
getJavaInitializationString
in interfacePropertyEditor
-
getTags
- Specified by:
getTags
in interfacePropertyEditor
-
getValue
- Specified by:
getValue
in interfacePropertyEditor
-
isPaintable
public boolean isPaintable()- Specified by:
isPaintable
in interfacePropertyEditor
-
paintValue
- Specified by:
paintValue
in interfacePropertyEditor
-
removePropertyChangeListener
- Specified by:
removePropertyChangeListener
in interfacePropertyEditor
-
setAsText
- Specified by:
setAsText
in interfacePropertyEditor
- Throws:
IllegalArgumentException
-
setValue
- Specified by:
setValue
in interfacePropertyEditor
-
supportsCustomEditor
public boolean supportsCustomEditor()- Specified by:
supportsCustomEditor
in interfacePropertyEditor
-