Class ExtensionType
java.lang.Object
org.gvsig.andami.plugins.config.generate.SkinExtensionType
org.gvsig.andami.plugins.config.generate.ExtensionType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Extension
Class ExtensionType.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod deleteActivevoidMethod deleteAlwaysvisiblevoidMethod deletePrioritybooleanReturns the value of field 'active'.booleanReturns the value of field 'alwaysvisible'.Returns the value of field 'description'.intReturns the value of field 'priority'.booleanMethod hasActivebooleanMethod hasAlwaysvisiblebooleanMethod hasPrioritybooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetActive(boolean active) Sets the value of field 'active'.voidsetAlwaysvisible(boolean alwaysvisible) Sets the value of field 'alwaysvisible'.voidsetDescription(String description) Sets the value of field 'description'.voidsetPriority(int priority) Sets the value of field 'priority'.static ObjectMethod unmarshalvoidvalidate()Method validateMethods inherited from class org.gvsig.andami.plugins.config.generate.SkinExtensionType
addAction, addAction, addComboButton, addComboButton, addComboScale, addComboScale, addMenu, addMenu, addToolBar, addToolBar, enumerateAction, enumerateComboButton, enumerateComboScale, enumerateMenu, enumerateToolBar, getAction, getAction, getActionCount, getClassName, getComboButton, getComboButton, getComboButtonCount, getComboScale, getComboScale, getComboScaleCount, getMenu, getMenu, getMenuCount, getToolBar, getToolBar, getToolBarCount, removeAllAction, removeAllComboButton, removeAllComboScale, removeAllMenu, removeAllToolBar, removeComboButton, removeComboScale, removeMenu, removeToolBar, setClassName, setComboButton, setComboButton, setComboScale, setComboScale, setMenu, setMenu, setToolBar, setToolBar
-
Constructor Details
-
ExtensionType
public ExtensionType()
-
-
Method Details
-
deleteActive
public void deleteActive()Method deleteActive -
deleteAlwaysvisible
public void deleteAlwaysvisible()Method deleteAlwaysvisible -
deletePriority
public void deletePriority()Method deletePriority -
getActive
public boolean getActive()Returns the value of field 'active'.- Returns:
- the value of field 'active'.
-
getAlwaysvisible
public boolean getAlwaysvisible()Returns the value of field 'alwaysvisible'.- Returns:
- the value of field 'alwaysvisible'.
-
getDescription
Returns the value of field 'description'.- Returns:
- the value of field 'description'.
-
getPriority
public int getPriority()Returns the value of field 'priority'.- Returns:
- the value of field 'priority'.
-
hasActive
public boolean hasActive()Method hasActive -
hasAlwaysvisible
public boolean hasAlwaysvisible()Method hasAlwaysvisible -
hasPriority
public boolean hasPriority()Method hasPriority -
isValid
public boolean isValid()Method isValid- Overrides:
isValidin classSkinExtensionType
-
marshal
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Overrides:
marshalin classSkinExtensionType- 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- Overrides:
marshalin classSkinExtensionType- Parameters:
handler-- Throws:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
setActive
public void setActive(boolean active) Sets the value of field 'active'.- Parameters:
active- the value of field 'active'.
-
setAlwaysvisible
public void setAlwaysvisible(boolean alwaysvisible) Sets the value of field 'alwaysvisible'.- Parameters:
alwaysvisible- the value of field 'alwaysvisible'.
-
setDescription
Sets the value of field 'description'.- Parameters:
description- the value of field 'description'.
-
setPriority
public void setPriority(int priority) Sets the value of field 'priority'.- Parameters:
priority- the value of field 'priority'.
-
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- Overrides:
validatein classSkinExtensionType- Throws:
org.exolab.castor.xml.ValidationException
-