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.


Constructor Index

 o StringList()
Default constructor
 o StringList(String[])
Constructor

Method Index

 o clone()
Creates a clone of the StringList object
 o copyright()
IBM Copyright statement
 o getValues()
Get the values held by the object
 o setValues(String[])
Set the values held by the object

Constructors

 o StringList
 public StringList()
Default constructor

 o StringList
 public StringList(String values[])
Constructor

Parameters:
values - array of Strings

Methods

 o clone
 public Object clone()
Creates a clone of the StringList object

Overrides:
clone in class Object
 o copyright
 public static String copyright()
IBM Copyright statement

 o getValues
 public String[] getValues()
Get the values held by the object

Returns:
array of Strings
 o 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