Class Windows

java.lang.Object
org.gvsig.andami.persistence.generate.Windows
All Implemented Interfaces:
Serializable

public class Windows extends Object implements Serializable
Class Windows.
Version:
$Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
See Also:
  • Constructor Details

    • Windows

      public Windows()
  • Method Details

    • addWindow

      public void addWindow(Window vWindow) throws IndexOutOfBoundsException
      Method addWindow
      Parameters:
      vWindow -
      Throws:
      IndexOutOfBoundsException
    • addWindow

      public void addWindow(int index, Window vWindow) throws IndexOutOfBoundsException
      Method addWindow
      Parameters:
      index -
      vWindow -
      Throws:
      IndexOutOfBoundsException
    • enumerateWindow

      public Enumeration enumerateWindow()
      Method enumerateWindow
    • getWindow

      public Window getWindow(int index) throws IndexOutOfBoundsException
      Method getWindow
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getWindow

      public Window[] getWindow()
      Method getWindow
    • getWindowCount

      public int getWindowCount()
      Method getWindowCount
    • isValid

      public boolean isValid()
      Method isValid
    • marshal

      public void marshal(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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
      Method marshal
      Parameters:
      handler -
      Throws:
      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 IndexOutOfBoundsException
      Method setWindow
      Parameters:
      index -
      vWindow -
      Throws:
      IndexOutOfBoundsException
    • setWindow

      public void setWindow(Window[] windowArray)
      Method setWindow
      Parameters:
      windowArray -
    • unmarshal

      public static Object unmarshal(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