PropertyEditorpublic class IFSExistenceOptionEditor extends PropertyEditorSupport
| Constructor | Description |
|---|---|
IFSExistenceOptionEditor() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAsText() |
Returns the property value in an editable form.
|
String |
getJavaInitializationString() |
Returns a code fragment representing an initializer for the current value.
|
String[] |
getTags() |
Returns the set of possible values for the property.
|
Object |
getValue() |
Returns the value of the property.
|
void |
setAsText(String text) |
Sets the property value from the specified String.
|
void |
setValue(Object value) |
Sets the value of the object that is to be edited.
|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportpublic String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext - The property value.public void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportvalue - The new target object to be edited.Copyright © 2024. All rights reserved.