Class PopupMenus
java.lang.Object
org.gvsig.andami.plugins.config.generate.PopupMenus
- All Implemented Interfaces:
Serializable
Class PopupMenus.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPopupMenu(int index, PopupMenu vPopupMenu) Method addPopupMenuvoidaddPopupMenu(PopupMenu vPopupMenu) Method addPopupMenuMethod enumeratePopupMenuMethod getPopupMenugetPopupMenu(int index) Method getPopupMenuintMethod getPopupMenuCountbooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllPopupMenuremovePopupMenu(int index) Method removePopupMenuvoidsetPopupMenu(int index, PopupMenu vPopupMenu) Method setPopupMenuvoidsetPopupMenu(PopupMenu[] popupMenuArray) Method setPopupMenustatic ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
PopupMenus
public PopupMenus()
-
-
Method Details
-
addPopupMenu
Method addPopupMenu- Parameters:
vPopupMenu-- Throws:
IndexOutOfBoundsException
-
addPopupMenu
Method addPopupMenu- Parameters:
index-vPopupMenu-- Throws:
IndexOutOfBoundsException
-
enumeratePopupMenu
Method enumeratePopupMenu -
getPopupMenu
Method getPopupMenu- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getPopupMenu
Method getPopupMenu -
getPopupMenuCount
public int getPopupMenuCount()Method getPopupMenuCount -
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
-
removeAllPopupMenu
public void removeAllPopupMenu()Method removeAllPopupMenu -
removePopupMenu
Method removePopupMenu- Parameters:
index-
-
setPopupMenu
Method setPopupMenu- Parameters:
index-vPopupMenu-- Throws:
IndexOutOfBoundsException
-
setPopupMenu
Method setPopupMenu- Parameters:
popupMenuArray-
-
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
-