|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.retek.component.internet.xmlgen.WebColorListType
Class WebColorListType.
Constructor Summary | |
WebColorListType()
|
Method Summary | |
void |
addColor(Color vColor)
Method addColor |
void |
addColor(int index,
Color vColor)
Method addColor |
java.util.Enumeration |
enumerateColor()
Method enumerateColor |
Color[] |
getColor()
Method getColor |
Color |
getColor(int index)
Method getColor |
int |
getColorCount()
Method getColorCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
removeAllColor()
Method removeAllColor |
Color |
removeColor(int index)
Method removeColor |
void |
setColor(Color[] colorArray)
Method setColor |
void |
setColor(int index,
Color vColor)
Method setColor |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WebColorListType()
Method Detail |
public void addColor(Color vColor) throws java.lang.IndexOutOfBoundsException
vColor
-
java.lang.IndexOutOfBoundsException
public void addColor(int index, Color vColor) throws java.lang.IndexOutOfBoundsException
index
- vColor
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateColor()
public Color getColor(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public Color[] getColor()
public int getColorCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllColor()
public Color removeColor(int index)
index
- public void setColor(int index, Color vColor) throws java.lang.IndexOutOfBoundsException
index
- vColor
-
java.lang.IndexOutOfBoundsException
public void setColor(Color[] colorArray)
colorArray
- public static java.lang.Object unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |