Class Windows
java.lang.Object
org.gvsig.andami.persistence.generate.Windows
- All Implemented Interfaces:
Serializable
Class Windows.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addWindowvoidMethod addWindowMethod enumerateWindowWindow[]Method getWindowgetWindow(int index) Method getWindowintMethod getWindowCountbooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllWindowremoveWindow(int index) Method removeWindowvoidMethod setWindowvoidMethod setWindowstatic ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
Windows
public Windows()
-
-
Method Details
-
addWindow
Method addWindow- Parameters:
vWindow-- Throws:
IndexOutOfBoundsException
-
addWindow
Method addWindow- Parameters:
index-vWindow-- Throws:
IndexOutOfBoundsException
-
enumerateWindow
Method enumerateWindow -
getWindow
Method getWindow- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
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.MarshalExceptionorg.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:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
removeAllWindow
public void removeAllWindow()Method removeAllWindow -
removeWindow
Method removeWindow- Parameters:
index-
-
setWindow
Method setWindow- Parameters:
index-vWindow-- Throws:
IndexOutOfBoundsException
-
setWindow
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.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
validate
public void validate() throws org.exolab.castor.xml.ValidationExceptionMethod validate- Throws:
org.exolab.castor.xml.ValidationException
-