public class ExtensionType extends SkinExtensionType implements java.io.Serializable
| Constructor and Description |
|---|
ExtensionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteActive()
Method deleteActive
|
void |
deleteAlwaysvisible()
Method deleteAlwaysvisible
|
void |
deletePriority()
Method deletePriority
|
boolean |
getActive()
Returns the value of field 'active'.
|
boolean |
getAlwaysvisible()
Returns the value of field 'alwaysvisible'.
|
java.lang.String |
getDescription()
Returns the value of field 'description'.
|
int |
getPriority()
Returns the value of field 'priority'.
|
boolean |
hasActive()
Method hasActive
|
boolean |
hasAlwaysvisible()
Method hasAlwaysvisible
|
boolean |
hasPriority()
Method hasPriority
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
void |
setActive(boolean active)
Sets the value of field 'active'.
|
void |
setAlwaysvisible(boolean alwaysvisible)
Sets the value of field 'alwaysvisible'.
|
void |
setDescription(java.lang.String description)
Sets the value of field 'description'.
|
void |
setPriority(int priority)
Sets the value of field 'priority'.
|
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
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, setToolBarpublic void deleteActive()
public void deleteAlwaysvisible()
public void deletePriority()
public boolean getActive()
public boolean getAlwaysvisible()
public java.lang.String getDescription()
public int getPriority()
public boolean hasActive()
public boolean hasAlwaysvisible()
public boolean hasPriority()
public boolean isValid()
isValid in class SkinExtensionTypepublic void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal in class SkinExtensionTypeout - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
marshal in class SkinExtensionTypehandler - java.io.IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void setActive(boolean active)
active - the value of field 'active'.public void setAlwaysvisible(boolean alwaysvisible)
alwaysvisible - the value of field 'alwaysvisible'.public void setDescription(java.lang.String description)
description - the value of field 'description'.public void setPriority(int priority)
priority - the value of field 'priority'.public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
validate in class SkinExtensionTypeorg.exolab.castor.xml.ValidationException