Package ghidra.framework.options
Class ErrorPropertyEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- ghidra.framework.options.ErrorPropertyEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class ErrorPropertyEditor extends java.beans.PropertyEditorSupport
-
-
Constructor Summary
Constructors Constructor Description ErrorPropertyEditor(java.lang.String errorMessage, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JComponent
getCustomEditor()
boolean
supportsCustomEditor()
-
-
-
Method Detail
-
getCustomEditor
public javax.swing.JComponent 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
-
-