public class AndamiOptions
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AndamiOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOption(int index,
Option vOption)
Method addOption
|
void |
addOption(Option vOption)
Method addOption
|
java.util.Enumeration |
enumerateOption()
Method enumerateOption
|
IconTheme |
getIconTheme()
Returns the value of field 'iconTheme'.
|
Option[] |
getOption()
Method getOption
|
Option |
getOption(int index)
Method getOption
|
int |
getOptionCount()
Method getOptionCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
void |
removeAllOption()
Method removeAllOption
|
Option |
removeOption(int index)
Method removeOption
|
void |
setIconTheme(IconTheme iconTheme)
Sets the value of field 'iconTheme'.
|
void |
setOption(int index,
Option vOption)
Method setOption
|
void |
setOption(Option[] optionArray)
Method setOption
|
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addOption(Option vOption) throws java.lang.IndexOutOfBoundsException
vOption - java.lang.IndexOutOfBoundsExceptionpublic void addOption(int index,
Option vOption)
throws java.lang.IndexOutOfBoundsException
index - vOption - java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateOption()
public IconTheme getIconTheme()
public Option getOption(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic Option[] getOption()
public int getOptionCount()
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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void removeAllOption()
public Option removeOption(int index)
index - public void setIconTheme(IconTheme iconTheme)
iconTheme - the value of field 'iconTheme'.public void setOption(int index,
Option vOption)
throws java.lang.IndexOutOfBoundsException
index - vOption - java.lang.IndexOutOfBoundsExceptionpublic void setOption(Option[] optionArray)
optionArray - 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException