com.iver.andami.persistence.generate
Class Windows

java.lang.Object
  extended bycom.iver.andami.persistence.generate.Windows
All Implemented Interfaces:
java.io.Serializable

public class Windows
extends java.lang.Object
implements java.io.Serializable

Class Windows.

Version:
$Revision: 1935 $ $Date: 2005-05-13 13:00:46 +0200 (Fri, 13 May 2005) $
See Also:
Serialized Form

Constructor Summary
Windows()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Windows

public Windows()
Method Detail

addWindow

public void addWindow(Window vWindow)
               throws java.lang.IndexOutOfBoundsException
Method addWindow

Parameters:
vWindow -
Throws:
java.lang.IndexOutOfBoundsException

addWindow

public void addWindow(int index,
                      Window vWindow)
               throws java.lang.IndexOutOfBoundsException
Method addWindow

Parameters:
index -
vWindow -
Throws:
java.lang.IndexOutOfBoundsException

enumerateWindow

public java.util.Enumeration enumerateWindow()
Method enumerateWindow


getWindow

public Window getWindow(int index)
                 throws java.lang.IndexOutOfBoundsException
Method getWindow

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getWindow

public Window[] getWindow()
Method getWindow


getWindowCount

public int getWindowCount()
Method getWindowCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
Throws:
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeAllWindow

public void removeAllWindow()
Method removeAllWindow


removeWindow

public Window removeWindow(int index)
Method removeWindow

Parameters:
index -

setWindow

public void setWindow(int index,
                      Window vWindow)
               throws java.lang.IndexOutOfBoundsException
Method setWindow

Parameters:
index -
vWindow -
Throws:
java.lang.IndexOutOfBoundsException

setWindow

public void setWindow(Window[] windowArray)
Method setWindow

Parameters:
windowArray -

unmarshal

public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
Method unmarshal

Parameters:
reader -
Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Throws:
org.exolab.castor.xml.ValidationException