public class AndamiOptions extends Object implements 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
|
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(ContentHandler handler)
Method marshal
|
void |
marshal(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 Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addOption(Option vOption) throws IndexOutOfBoundsException
vOption
- IndexOutOfBoundsException
public void addOption(int index, Option vOption) throws IndexOutOfBoundsException
index
- vOption
- IndexOutOfBoundsException
public Enumeration enumerateOption()
public IconTheme getIconTheme()
public Option getOption(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
public Option[] getOption()
public int getOptionCount()
public boolean isValid()
public void marshal(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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public 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 IndexOutOfBoundsException
index
- vOption
- IndexOutOfBoundsException
public void setOption(Option[] optionArray)
optionArray
- public static Object unmarshal(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