Class SkinExtensionType

java.lang.Object
org.gvsig.andami.plugins.config.generate.SkinExtensionType
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtensionType, SkinExtension

public class SkinExtensionType extends Object implements Serializable
Class SkinExtensionType.
Version:
$Revision: 38564 $ $Date: 2012-07-16 13:19:13 +0200 (lun, 16 jul 2012) $
See Also:
  • Constructor Details

    • SkinExtensionType

      public SkinExtensionType()
  • Method Details

    • addComboButton

      public void addComboButton(ComboButton vComboButton) throws IndexOutOfBoundsException
      Method addComboButton
      Parameters:
      vComboButton -
      Throws:
      IndexOutOfBoundsException
    • addComboButton

      public void addComboButton(int index, ComboButton vComboButton) throws IndexOutOfBoundsException
      Method addComboButton
      Parameters:
      index -
      vComboButton -
      Throws:
      IndexOutOfBoundsException
    • addComboScale

      public void addComboScale(ComboScale vComboScale) throws IndexOutOfBoundsException
      Method addComboScale
      Parameters:
      vComboScale -
      Throws:
      IndexOutOfBoundsException
    • addComboScale

      public void addComboScale(int index, ComboScale vComboScale) throws IndexOutOfBoundsException
      Method addComboScale
      Parameters:
      index -
      vComboScale -
      Throws:
      IndexOutOfBoundsException
    • addMenu

      public void addMenu(Menu vMenu) throws IndexOutOfBoundsException
      Method addMenu
      Parameters:
      vMenu -
      Throws:
      IndexOutOfBoundsException
    • addMenu

      public void addMenu(int index, Menu vMenu) throws IndexOutOfBoundsException
      Method addMenu
      Parameters:
      index -
      vMenu -
      Throws:
      IndexOutOfBoundsException
    • addAction

      public void addAction(Action vAction) throws IndexOutOfBoundsException
      Method addAction
      Parameters:
      vAction -
      Throws:
      IndexOutOfBoundsException
    • addAction

      public void addAction(int index, Action vAction) throws IndexOutOfBoundsException
      Method addAction
      Parameters:
      index -
      vAction -
      Throws:
      IndexOutOfBoundsException
    • addToolBar

      public void addToolBar(ToolBar vToolBar) throws IndexOutOfBoundsException
      Method addToolBar
      Parameters:
      vToolBar -
      Throws:
      IndexOutOfBoundsException
    • addToolBar

      public void addToolBar(int index, ToolBar vToolBar) throws IndexOutOfBoundsException
      Method addToolBar
      Parameters:
      index -
      vToolBar -
      Throws:
      IndexOutOfBoundsException
    • enumerateComboButton

      public Enumeration enumerateComboButton()
      Method enumerateComboButton
    • enumerateComboScale

      public Enumeration enumerateComboScale()
      Method enumerateComboScale
    • enumerateMenu

      public Enumeration enumerateMenu()
      Method enumerateMenu
    • enumerateAction

      public Enumeration enumerateAction()
      Method enumerateAction
    • enumerateToolBar

      public Enumeration enumerateToolBar()
      Method enumerateToolBar
    • getClassName

      public String getClassName()
      Returns the value of field 'className'.
      Returns:
      the value of field 'className'.
    • getComboButton

      public ComboButton getComboButton(int index) throws IndexOutOfBoundsException
      Method getComboButton
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getComboButton

      public ComboButton[] getComboButton()
      Method getComboButton
    • getComboButtonCount

      public int getComboButtonCount()
      Method getComboButtonCount
    • getComboScale

      public ComboScale getComboScale(int index) throws IndexOutOfBoundsException
      Method getComboScale
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getComboScale

      public ComboScale[] getComboScale()
      Method getComboScale
    • getComboScaleCount

      public int getComboScaleCount()
      Method getComboScaleCount
    • getMenu

      public Menu getMenu(int index) throws IndexOutOfBoundsException
      Method getMenu
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getMenu

      public Menu[] getMenu()
      Method getMenu
    • getMenuCount

      public int getMenuCount()
      Method getMenuCount
    • getAction

      public Action getAction(int index) throws IndexOutOfBoundsException
      Method getAction
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getAction

      public Action[] getAction()
      Method getAction
    • getActionCount

      public int getActionCount()
      Method getActionCount
    • getToolBar

      public ToolBar getToolBar(int index) throws IndexOutOfBoundsException
      Method getToolBar
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getToolBar

      public ToolBar[] 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.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
    • removeAllComboButton

      public void removeAllComboButton()
      Method removeAllComboButton
    • removeAllComboScale

      public void removeAllComboScale()
      Method removeAllComboScale
    • removeAllMenu

      public void removeAllMenu()
      Method removeAllMenu
    • removeAllAction

      public void removeAllAction()
      Method removeAllAction
    • removeAllToolBar

      public void removeAllToolBar()
      Method removeAllToolBar
    • removeComboButton

      public ComboButton removeComboButton(int index)
      Method removeComboButton
      Parameters:
      index -
    • removeComboScale

      public ComboScale removeComboScale(int index)
      Method removeComboScale
      Parameters:
      index -
    • removeMenu

      public Menu removeMenu(int index)
      Method removeMenu
      Parameters:
      index -
    • removeToolBar

      public ToolBar removeToolBar(int index)
      Method removeToolBar
      Parameters:
      index -
    • setClassName

      public void setClassName(String className)
      Sets the value of field 'className'.
      Parameters:
      className - the value of field 'className'.
    • setComboButton

      public void setComboButton(int index, ComboButton vComboButton) throws IndexOutOfBoundsException
      Method setComboButton
      Parameters:
      index -
      vComboButton -
      Throws:
      IndexOutOfBoundsException
    • setComboButton

      public void setComboButton(ComboButton[] comboButtonArray)
      Method setComboButton
      Parameters:
      comboButtonArray -
    • setComboScale

      public void setComboScale(int index, ComboScale vComboScale) throws IndexOutOfBoundsException
      Method setComboScale
      Parameters:
      index -
      vComboScale -
      Throws:
      IndexOutOfBoundsException
    • setComboScale

      public void setComboScale(ComboScale[] comboScaleArray)
      Method setComboScale
      Parameters:
      comboScaleArray -
    • setMenu

      public void setMenu(int index, Menu vMenu) throws IndexOutOfBoundsException
      Method setMenu
      Parameters:
      index -
      vMenu -
      Throws:
      IndexOutOfBoundsException
    • setMenu

      public void setMenu(Menu[] menuArray)
      Method setMenu
      Parameters:
      menuArray -
    • setToolBar

      public void setToolBar(int index, ToolBar vToolBar) throws IndexOutOfBoundsException
      Method setToolBar
      Parameters:
      index -
      vToolBar -
      Throws:
      IndexOutOfBoundsException
    • setToolBar

      public void setToolBar(ToolBar[] toolBarArray)
      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.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

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