All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.IFSShareOptionEditor

java.lang.Object
   |
   +----java.beans.PropertyEditorSupport
           |
           +----com.ibm.as400.access.IFSShareOptionEditor

public class IFSShareOptionEditor
extends PropertyEditorSupport
The IFSShareOptionEditor class provides integrated file system share option editor support.


Constructor Index

 o IFSShareOptionEditor()

Method Index

 o getAsText()
Returns the property value in a form suitable for editing.
 o getJavaInitializationString()
Returns a code fragment representing an initializer for the current value.
 o getTags()
Returns the set of possible values for the property.
 o getValue()
Returns the value of the property.
 o setAsText(String)
Sets the property value from the specified String.
 o setValue(Object)
Sets the value of the object that is to be edited.

Constructors

 o IFSShareOptionEditor
 public IFSShareOptionEditor()

Methods

 o getAsText
 public String getAsText()
Returns the property value in a form suitable for editing.

Returns:
The property value in a form suitable for editing.
Overrides:
getAsText in class PropertyEditorSupport
 o getJavaInitializationString
 public 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.

Returns:
A code fragment representing an initializer for the current value.
Overrides:
getJavaInitializationString in class PropertyEditorSupport
 o getTags
 public String[] getTags()
Returns the set of possible values for the property.

Returns:
The set of possible values for the property.
Overrides:
getTags in class PropertyEditorSupport
 o getValue
 public Object getValue()
Returns the value of the property.

Returns:
The value of the property.
Overrides:
getValue in class PropertyEditorSupport
 o setAsText
 public void setAsText(String text)
Sets the property value from the specified String.

Parameters:
text - The property value.
Overrides:
setAsText in class PropertyEditorSupport
 o setValue
 public void setValue(Object value)
Sets the value of the object that is to be edited.

Parameters:
value - The new target object to be edited.
Overrides:
setValue in class PropertyEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index