Class SelectableTool
java.lang.Object
org.gvsig.andami.plugins.config.generate.SelectableTool
- All Implemented Interfaces:
Serializable
Class SelectableTool.
- 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 deleteIsDefaultvoidMethod deleteLastvoidMethod deletePositionReturns the value of field 'actionCommand'.Returns the value of field 'dropdowngroup'.Returns the value of field 'enableText'.getGroup()Returns the value of field 'group'.getIcon()Returns the value of field 'icon'.booleanReturns the value of field 'isDefault'.booleangetLast()Returns the value of field 'last'.getName()Returns the value of field 'name'.longReturns the value of field 'position'.getText()Returns the value of field 'text'.Returns the value of field 'tooltip'.booleanMethod hasIsDefaultbooleanhasLast()Method hasLastbooleanMethod hasPositionbooleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidsetActionCommand(String actionCommand) Sets the value of field 'actionCommand'.voidsetDropDownGroup(String dropdowngroup) Sets the value of field 'dropdowngroup'.voidsetEnableText(String enableText) Sets the value of field 'enableText'.voidSets the value of field 'group'.voidSets the value of field 'icon'.voidsetIsDefault(boolean isDefault) Sets the value of field 'isDefault'.voidsetLast(boolean last) Sets the value of field 'last'.voidSets the value of field 'name'.voidsetPosition(long position) Sets the value of field 'position'.voidSets the value of field 'text'.voidsetTooltip(String tooltip) Sets the value of field 'tooltip'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
SelectableTool
public SelectableTool()
-
-
Method Details
-
deleteIsDefault
public void deleteIsDefault()Method deleteIsDefault -
deleteLast
public void deleteLast()Method deleteLast -
deletePosition
public void deletePosition()Method deletePosition -
getActionCommand
Returns the value of field 'actionCommand'.- Returns:
- the value of field 'actionCommand'.
-
getEnableText
Returns the value of field 'enableText'.- Returns:
- the value of field 'enableText'.
-
getGroup
Returns the value of field 'group'.- Returns:
- the value of field 'group'.
-
getIcon
Returns the value of field 'icon'.- Returns:
- the value of field 'icon'.
-
getDropDownGroup
Returns the value of field 'dropdowngroup'.- Returns:
- the value of field 'dropdowngroup'.
-
getIsDefault
public boolean getIsDefault()Returns the value of field 'isDefault'.- Returns:
- the value of field 'isDefault'.
-
getLast
public boolean getLast()Returns the value of field 'last'.- Returns:
- the value of field 'last'.
-
getName
Returns the value of field 'name'.- Returns:
- the value of field 'name'.
-
getPosition
public long getPosition()Returns the value of field 'position'.- Returns:
- the value of field 'position'.
-
getText
Returns the value of field 'text'.- Returns:
- the value of field 'text'.
-
getTooltip
Returns the value of field 'tooltip'.- Returns:
- the value of field 'tooltip'.
-
hasIsDefault
public boolean hasIsDefault()Method hasIsDefault -
hasLast
public boolean hasLast()Method hasLast -
hasPosition
public boolean hasPosition()Method hasPosition -
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
-
setActionCommand
Sets the value of field 'actionCommand'.- Parameters:
actionCommand- the value of field 'actionCommand'.
-
setEnableText
Sets the value of field 'enableText'.- Parameters:
enableText- the value of field 'enableText'.
-
setGroup
Sets the value of field 'group'.- Parameters:
group- the value of field 'group'.
-
setIcon
Sets the value of field 'icon'.- Parameters:
icon- the value of field 'icon'.
-
setDropDownGroup
Sets the value of field 'dropdowngroup'.- Parameters:
dropdowngroup- the value of field 'dropdowngroup'.
-
setIsDefault
public void setIsDefault(boolean isDefault) Sets the value of field 'isDefault'.- Parameters:
isDefault- the value of field 'isDefault'.
-
setLast
public void setLast(boolean last) Sets the value of field 'last'.- Parameters:
last- the value of field 'last'.
-
setName
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setPosition
public void setPosition(long position) Sets the value of field 'position'.- Parameters:
position- the value of field 'position'.
-
setText
Sets the value of field 'text'.- Parameters:
text- the value of field 'text'.
-
setTooltip
Sets the value of field 'tooltip'.- Parameters:
tooltip- the value of field 'tooltip'.
-
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
-