public class Windows
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Windows() |
Modifier and Type | Method and Description |
---|---|
void |
addWindow(int index,
Window vWindow)
Method addWindow
|
void |
addWindow(Window vWindow)
Method addWindow
|
java.util.Enumeration |
enumerateWindow()
Method enumerateWindow
|
Window[] |
getWindow()
Method getWindow
|
Window |
getWindow(int index)
Method getWindow
|
int |
getWindowCount()
Method getWindowCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
void |
removeAllWindow()
Method removeAllWindow
|
Window |
removeWindow(int index)
Method removeWindow
|
void |
setWindow(int index,
Window vWindow)
Method setWindow
|
void |
setWindow(Window[] windowArray)
Method setWindow
|
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addWindow(Window vWindow) throws java.lang.IndexOutOfBoundsException
vWindow
- java.lang.IndexOutOfBoundsException
public void addWindow(int index, Window vWindow) throws java.lang.IndexOutOfBoundsException
index
- vWindow
- java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateWindow()
public Window getWindow(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public Window[] getWindow()
public int getWindowCount()
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 removeAllWindow()
public Window removeWindow(int index)
index
- public void setWindow(int index, Window vWindow) throws java.lang.IndexOutOfBoundsException
index
- vWindow
- java.lang.IndexOutOfBoundsException
public void setWindow(Window[] windowArray)
windowArray
- 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