All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eou.swingchart.StringList
java.lang.Object
|
+----com.ibm.eou.swingchart.StringList
- public class StringList
- extends Object
- implements Serializable
Class to wrapper an array of Strings as bean property suitable
for customization by a property editors in a visual builder.
-
StringList()
- Default constructor
-
StringList(String[])
- Constructor
-
clone()
- Creates a clone of the StringList object
-
copyright()
- IBM Copyright statement
-
getValues()
- Get the values held by the object
-
setValues(String[])
- Set the values held by the object
StringList
public StringList()
- Default constructor
StringList
public StringList(String values[])
- Constructor
- Parameters:
- values - array of Strings
clone
public Object clone()
- Creates a clone of the StringList object
- Overrides:
- clone in class Object
copyright
public static String copyright()
- IBM Copyright statement
getValues
public String[] getValues()
- Get the values held by the object
- Returns:
- array of Strings
setValues
public void setValues(String values[])
- Set the values held by the object
- Parameters:
- values - array of Strings
All Packages Class Hierarchy This Package Previous Next Index