An Ordered Collection of java.awt.SystemColors and com.sas.awt.Color
objects.
Creating a DefaultColorList Component
DefaultColorList = new DefaultColorList();
Usage
The DefaultColorList is a list which can be dropped on any visual component
that supports OrderedCollection Interface and TreeInterface like ListBox,
ComboBox, or TreeInterface.
The List is filled with the java defined Colors. Can add to this list a
com.sas.awt.Color Object.
DefaultColorList()
Default constructor that fills the list with java defined
colors.
DefaultColorList(java.util.Enumeration e)
A constructor that takes enumeration of java.awt.Color or com.sas.awt.Color
objects and creates a list
based on that.
A constructor that takes enumeration of java.awt.Color or com.sas.awt.Color
objects and creates a list
based on that. If the enumeration is empty, an empty list is created. If
the enumeration does not contain java.awt.Colors or com.sas.awt.Colors
then creates an empty list.
Parameters:
Enumeration - of com.sas.awt.Color objects
Method Detail
getExtendedBeanInfo
public static com.sas.beans.ExtendedBeanInfo getExtendedBeanInfo()