Class SkinExtensionType
java.lang.Object
org.gvsig.andami.plugins.config.generate.SkinExtensionType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExtensionType,SkinExtension
Class SkinExtensionType.
- Version:
- $Revision: 38564 $ $Date: 2012-07-16 13:19:13 +0200 (lun, 16 jul 2012) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addActionvoidMethod addActionvoidaddComboButton(int index, ComboButton vComboButton) Method addComboButtonvoidaddComboButton(ComboButton vComboButton) Method addComboButtonvoidaddComboScale(int index, ComboScale vComboScale) Method addComboScalevoidaddComboScale(ComboScale vComboScale) Method addComboScalevoidMethod addMenuvoidMethod addMenuvoidaddToolBar(int index, ToolBar vToolBar) Method addToolBarvoidaddToolBar(ToolBar vToolBar) Method addToolBarMethod enumerateActionMethod enumerateComboButtonMethod enumerateComboScaleMethod enumerateMenuMethod enumerateToolBarAction[]Method getActiongetAction(int index) Method getActionintMethod getActionCountReturns the value of field 'className'.Method getComboButtongetComboButton(int index) Method getComboButtonintMethod getComboButtonCountMethod getComboScalegetComboScale(int index) Method getComboScaleintMethod getComboScaleCountMenu[]getMenu()Method getMenugetMenu(int index) Method getMenuintMethod getMenuCountToolBar[]Method getToolBargetToolBar(int index) Method getToolBarintMethod getToolBarCountbooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllActionvoidMethod removeAllComboButtonvoidMethod removeAllComboScalevoidMethod removeAllMenuvoidMethod removeAllToolBarremoveComboButton(int index) Method removeComboButtonremoveComboScale(int index) Method removeComboScaleremoveMenu(int index) Method removeMenuremoveToolBar(int index) Method removeToolBarvoidsetClassName(String className) Sets the value of field 'className'.voidsetComboButton(int index, ComboButton vComboButton) Method setComboButtonvoidsetComboButton(ComboButton[] comboButtonArray) Method setComboButtonvoidsetComboScale(int index, ComboScale vComboScale) Method setComboScalevoidsetComboScale(ComboScale[] comboScaleArray) Method setComboScalevoidMethod setMenuvoidMethod setMenuvoidsetToolBar(int index, ToolBar vToolBar) Method setToolBarvoidsetToolBar(ToolBar[] toolBarArray) Method setToolBarstatic ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
SkinExtensionType
public SkinExtensionType()
-
-
Method Details
-
addComboButton
Method addComboButton- Parameters:
vComboButton-- Throws:
IndexOutOfBoundsException
-
addComboButton
Method addComboButton- Parameters:
index-vComboButton-- Throws:
IndexOutOfBoundsException
-
addComboScale
Method addComboScale- Parameters:
vComboScale-- Throws:
IndexOutOfBoundsException
-
addComboScale
Method addComboScale- Parameters:
index-vComboScale-- Throws:
IndexOutOfBoundsException
-
addMenu
Method addMenu- Parameters:
vMenu-- Throws:
IndexOutOfBoundsException
-
addMenu
Method addMenu- Parameters:
index-vMenu-- Throws:
IndexOutOfBoundsException
-
addAction
Method addAction- Parameters:
vAction-- Throws:
IndexOutOfBoundsException
-
addAction
Method addAction- Parameters:
index-vAction-- Throws:
IndexOutOfBoundsException
-
addToolBar
Method addToolBar- Parameters:
vToolBar-- Throws:
IndexOutOfBoundsException
-
addToolBar
Method addToolBar- Parameters:
index-vToolBar-- Throws:
IndexOutOfBoundsException
-
enumerateComboButton
Method enumerateComboButton -
enumerateComboScale
Method enumerateComboScale -
enumerateMenu
Method enumerateMenu -
enumerateAction
Method enumerateAction -
enumerateToolBar
Method enumerateToolBar -
getClassName
Returns the value of field 'className'.- Returns:
- the value of field 'className'.
-
getComboButton
Method getComboButton- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getComboButton
Method getComboButton -
getComboButtonCount
public int getComboButtonCount()Method getComboButtonCount -
getComboScale
Method getComboScale- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getComboScale
Method getComboScale -
getComboScaleCount
public int getComboScaleCount()Method getComboScaleCount -
getMenu
Method getMenu- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getMenu
Method getMenu -
getMenuCount
public int getMenuCount()Method getMenuCount -
getAction
Method getAction- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getAction
Method getAction -
getActionCount
public int getActionCount()Method getActionCount -
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
-
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
Method removeComboButton- Parameters:
index-
-
removeComboScale
Method removeComboScale- Parameters:
index-
-
removeMenu
Method removeMenu- Parameters:
index-
-
removeToolBar
Method removeToolBar- Parameters:
index-
-
setClassName
Sets the value of field 'className'.- Parameters:
className- the value of field 'className'.
-
setComboButton
Method setComboButton- Parameters:
index-vComboButton-- Throws:
IndexOutOfBoundsException
-
setComboButton
Method setComboButton- Parameters:
comboButtonArray-
-
setComboScale
Method setComboScale- Parameters:
index-vComboScale-- Throws:
IndexOutOfBoundsException
-
setComboScale
Method setComboScale- Parameters:
comboScaleArray-
-
setMenu
Method setMenu- Parameters:
index-vMenu-- Throws:
IndexOutOfBoundsException
-
setMenu
Method setMenu- Parameters:
menuArray-
-
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
-