|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.beans.PropertyEditorSupport
com.ibm.as400.access.IFSExistenceOptionEditor
public class IFSExistenceOptionEditor
The IFSExistenceOptionEditor class provides integrated file system existence editor support.
Constructor Summary | |
---|---|
IFSExistenceOptionEditor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.beans.PropertyEditorSupport |
---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IFSExistenceOptionEditor()
Method Detail |
---|
public String getAsText()
getAsText
in interface PropertyEditor
getAsText
in class PropertyEditorSupport
public String getJavaInitializationString()
getJavaInitializationString
in interface PropertyEditor
getJavaInitializationString
in class PropertyEditorSupport
public String[] getTags()
getTags
in interface PropertyEditor
getTags
in class PropertyEditorSupport
public Object getValue()
getValue
in interface PropertyEditor
getValue
in class PropertyEditorSupport
public void setAsText(String text)
setAsText
in interface PropertyEditor
setAsText
in class PropertyEditorSupport
text
- The property value.public void setValue(Object value)
setValue
in interface PropertyEditor
setValue
in class PropertyEditorSupport
value
- The new target object to be edited.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |