com.ibm.as400.access
Class IFSShareOptionEditor
java.lang.Object
|
+--java.beans.PropertyEditorSupport
|
+--com.ibm.as400.access.IFSShareOptionEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
- public class IFSShareOptionEditor
- extends java.beans.PropertyEditorSupport
The IFSShareOptionEditor class provides
integrated file system share option editor support.
Method Summary |
java.lang.String |
getAsText()
Returns the property value in a form suitable for editing. |
java.lang.String |
getJavaInitializationString()
Returns a code fragment representing an initializer for the current value. |
java.lang.String[] |
getTags()
Returns the set of possible values for the property. |
java.lang.Object |
getValue()
Returns the value of the property. |
void |
setAsText(java.lang.String text)
Sets the property value from the specified String. |
void |
setValue(java.lang.Object value)
Sets the value of the object that is to be edited. |
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IFSShareOptionEditor
public IFSShareOptionEditor()
getAsText
public java.lang.String getAsText()
- Returns the property value in a form suitable for editing.
- Overrides:
getAsText
in class java.beans.PropertyEditorSupport
- Returns:
- The property value in a form suitable for editing.
getJavaInitializationString
public java.lang.String getJavaInitializationString()
- Returns a code fragment representing an initializer for the current value.
This method is intended for use when generating Java code to set the
property value.
- Overrides:
getJavaInitializationString
in class java.beans.PropertyEditorSupport
- Returns:
- A code fragment representing an initializer for the current value.
getTags
public java.lang.String[] getTags()
- Returns the set of possible values for the property.
- Overrides:
getTags
in class java.beans.PropertyEditorSupport
- Returns:
- The set of possible values for the property.
getValue
public java.lang.Object getValue()
- Returns the value of the property.
- Overrides:
getValue
in class java.beans.PropertyEditorSupport
- Returns:
- The value of the property.
setAsText
public void setAsText(java.lang.String text)
- Sets the property value from the specified String.
- Overrides:
setAsText
in class java.beans.PropertyEditorSupport
- Parameters:
text
- The property value.
setValue
public void setValue(java.lang.Object value)
- Sets the value of the object that is to be edited.
- Overrides:
setValue
in class java.beans.PropertyEditorSupport
- Parameters:
value
- The new target object to be edited.