@OpenApiAll
public interface PropertyEditor
Modifier and Type | Method and Description |
---|---|
boolean |
checkError()
Returns true, if entered value in editor can not be assigned to the property.
|
javax.swing.JComponent |
getComponent()
Returns a component for property editing.
|
Property |
getProperty()
Returns the edited property.
|
void |
initEditor()
Initializes editor.
|
void initEditor()
Property getProperty()
boolean checkError()
javax.swing.JComponent getComponent()