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 - IndexOutOfBoundsExceptionpublic void addWindow(int index,
Window vWindow)
throws IndexOutOfBoundsException
index - vWindow - IndexOutOfBoundsExceptionpublic Enumeration enumerateWindow()
public Window getWindow(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void removeAllWindow()
public Window removeWindow(int index)
index - public void setWindow(int index,
Window vWindow)
throws IndexOutOfBoundsException
index - vWindow - IndexOutOfBoundsExceptionpublic 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.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException