Class PopupMenus

java.lang.Object
org.gvsig.andami.plugins.config.generate.PopupMenus
All Implemented Interfaces:
Serializable

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

    • PopupMenus

      public PopupMenus()
  • Method Details

    • addPopupMenu

      public void addPopupMenu(PopupMenu vPopupMenu) throws IndexOutOfBoundsException
      Method addPopupMenu
      Parameters:
      vPopupMenu -
      Throws:
      IndexOutOfBoundsException
    • addPopupMenu

      public void addPopupMenu(int index, PopupMenu vPopupMenu) throws IndexOutOfBoundsException
      Method addPopupMenu
      Parameters:
      index -
      vPopupMenu -
      Throws:
      IndexOutOfBoundsException
    • enumeratePopupMenu

      public Enumeration enumeratePopupMenu()
      Method enumeratePopupMenu
    • getPopupMenu

      public PopupMenu getPopupMenu(int index) throws IndexOutOfBoundsException
      Method getPopupMenu
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getPopupMenu

      public PopupMenu[] 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.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
    • 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 IndexOutOfBoundsException
      Method setPopupMenu
      Parameters:
      index -
      vPopupMenu -
      Throws:
      IndexOutOfBoundsException
    • setPopupMenu

      public void setPopupMenu(PopupMenu[] popupMenuArray)
      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.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Throws:
      org.exolab.castor.xml.ValidationException