com.iver.andami.plugins.config.generate
Class PopupMenus

java.lang.Object
  extended bycom.iver.andami.plugins.config.generate.PopupMenus
All Implemented Interfaces:
java.io.Serializable

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

Class PopupMenus.

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

Constructor Summary
PopupMenus()
           
 
Method Summary
 void addPopupMenu(int index, PopupMenu vPopupMenu)
          Method addPopupMenu
 void addPopupMenu(PopupMenu vPopupMenu)
          Method addPopupMenu
 java.util.Enumeration enumeratePopupMenu()
          Method enumeratePopupMenu
 PopupMenu[] getPopupMenu()
          Method getPopupMenu
 PopupMenu getPopupMenu(int index)
          Method getPopupMenu
 int getPopupMenuCount()
          Method getPopupMenuCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void removeAllPopupMenu()
          Method removeAllPopupMenu
 PopupMenu removePopupMenu(int index)
          Method removePopupMenu
 void setPopupMenu(int index, PopupMenu vPopupMenu)
          Method setPopupMenu
 void setPopupMenu(PopupMenu[] popupMenuArray)
          Method setPopupMenu
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

PopupMenus

public PopupMenus()
Method Detail

addPopupMenu

public void addPopupMenu(PopupMenu vPopupMenu)
                  throws java.lang.IndexOutOfBoundsException
Method addPopupMenu

Parameters:
vPopupMenu -
Throws:
java.lang.IndexOutOfBoundsException

addPopupMenu

public void addPopupMenu(int index,
                         PopupMenu vPopupMenu)
                  throws java.lang.IndexOutOfBoundsException
Method addPopupMenu

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

enumeratePopupMenu

public java.util.Enumeration enumeratePopupMenu()
Method enumeratePopupMenu


getPopupMenu

public PopupMenu getPopupMenu(int index)
                       throws java.lang.IndexOutOfBoundsException
Method getPopupMenu

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getPopupMenu

public PopupMenu[] getPopupMenu()
Method getPopupMenu


getPopupMenuCount

public int getPopupMenuCount()
Method getPopupMenuCount


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

removeAllPopupMenu

public void removeAllPopupMenu()
Method removeAllPopupMenu


removePopupMenu

public PopupMenu removePopupMenu(int index)
Method removePopupMenu

Parameters:
index -

setPopupMenu

public void setPopupMenu(int index,
                         PopupMenu vPopupMenu)
                  throws java.lang.IndexOutOfBoundsException
Method setPopupMenu

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

setPopupMenu

public void setPopupMenu(PopupMenu[] popupMenuArray)
Method setPopupMenu

Parameters:
popupMenuArray -

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