Class ActionTool
java.lang.Object
org.gvsig.andami.plugins.config.generate.ActionTool
- All Implemented Interfaces:
Serializable
Class ActionTool.
- 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 deleteLastvoidMethod deletePositionReturns the value of field 'actionCommand'.Returns the value of field 'dropdowngroup'.Returns the value of field 'enableText'.getIcon()Returns the value of field 'icon'.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'.booleanhasLast()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 'icon'.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'.toString()static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
ActionTool
public ActionTool()
-
-
Method Details
-
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'.
-
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'.
-
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'.
-
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'.
-
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'.
-
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
-
toString
-