public class Windows extends Object implements 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
|
Enumeration |
enumerateWindow()
Method enumerateWindow
|
Window[] |
getWindow()
Method getWindow
|
Window |
getWindow(int index)
Method getWindow
|
int |
getWindowCount()
Method getWindowCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(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 Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addWindow(Window vWindow) throws IndexOutOfBoundsException
vWindow
- IndexOutOfBoundsException
public void addWindow(int index, Window vWindow) throws IndexOutOfBoundsException
index
- vWindow
- IndexOutOfBoundsException
public Enumeration enumerateWindow()
public Window getWindow(int index) throws IndexOutOfBoundsException
index
- IndexOutOfBoundsException
public Window[] getWindow()
public int getWindowCount()
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 removeAllWindow()
public Window removeWindow(int index)
index
- public void setWindow(int index, Window vWindow) throws IndexOutOfBoundsException
index
- vWindow
- IndexOutOfBoundsException
public void setWindow(Window[] windowArray)
windowArray
- 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