Class ToolBars
java.lang.Object
org.gvsig.andami.persistence.generate.ToolBars
- All Implemented Interfaces:
Serializable
Class ToolBars.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToolBar(int index, ToolBar vToolBar) Method addToolBarvoidaddToolBar(ToolBar vToolBar) Method addToolBarMethod enumerateToolBarToolBar[]Method getToolBargetToolBar(int index) Method getToolBarintMethod getToolBarCountbooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllToolBarremoveToolBar(int index) Method removeToolBarvoidsetToolBar(int index, ToolBar vToolBar) Method setToolBarvoidsetToolBar(ToolBar[] toolBarArray) Method setToolBarstatic ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
ToolBars
public ToolBars()
-
-
Method Details
-
addToolBar
Method addToolBar- Parameters:
vToolBar-- Throws:
IndexOutOfBoundsException
-
addToolBar
Method addToolBar- Parameters:
index-vToolBar-- Throws:
IndexOutOfBoundsException
-
enumerateToolBar
Method enumerateToolBar -
getToolBar
Method getToolBar- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getToolBar
Method getToolBar -
getToolBarCount
public int getToolBarCount()Method getToolBarCount -
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
-
removeAllToolBar
public void removeAllToolBar()Method removeAllToolBar -
removeToolBar
Method removeToolBar- Parameters:
index-
-
setToolBar
Method setToolBar- Parameters:
index-vToolBar-- Throws:
IndexOutOfBoundsException
-
setToolBar
Method setToolBar- Parameters:
toolBarArray-
-
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
-