public class SelectableTool extends Object implements Serializable
Constructor and Description |
---|
SelectableTool() |
Modifier and Type | Method and Description |
---|---|
void |
deleteIsDefault()
Method deleteIsDefault
|
void |
deleteLast()
Method deleteLast
|
void |
deletePosition()
Method deletePosition
|
String |
getActionCommand()
Returns the value of field 'actionCommand'.
|
String |
getDropDownGroup()
Returns the value of field 'dropdowngroup'.
|
String |
getEnableText()
Returns the value of field 'enableText'.
|
String |
getGroup()
Returns the value of field 'group'.
|
String |
getIcon()
Returns the value of field 'icon'.
|
boolean |
getIsDefault()
Returns the value of field 'isDefault'.
|
boolean |
getLast()
Returns the value of field 'last'.
|
String |
getName()
Returns the value of field 'name'.
|
long |
getPosition()
Returns the value of field 'position'.
|
String |
getText()
Returns the value of field 'text'.
|
String |
getTooltip()
Returns the value of field 'tooltip'.
|
boolean |
hasIsDefault()
Method hasIsDefault
|
boolean |
hasLast()
Method hasLast
|
boolean |
hasPosition()
Method hasPosition
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setActionCommand(String actionCommand)
Sets the value of field 'actionCommand'.
|
void |
setDropDownGroup(String dropdowngroup)
Sets the value of field 'dropdowngroup'.
|
void |
setEnableText(String enableText)
Sets the value of field 'enableText'.
|
void |
setGroup(String group)
Sets the value of field 'group'.
|
void |
setIcon(String icon)
Sets the value of field 'icon'.
|
void |
setIsDefault(boolean isDefault)
Sets the value of field 'isDefault'.
|
void |
setLast(boolean last)
Sets the value of field 'last'.
|
void |
setName(String name)
Sets the value of field 'name'.
|
void |
setPosition(long position)
Sets the value of field 'position'.
|
void |
setText(String text)
Sets the value of field 'text'.
|
void |
setTooltip(String tooltip)
Sets the value of field 'tooltip'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteIsDefault()
public void deleteLast()
public void deletePosition()
public String getActionCommand()
public String getEnableText()
public String getGroup()
public String getIcon()
public String getDropDownGroup()
public boolean getIsDefault()
public boolean getLast()
public String getName()
public long getPosition()
public String getText()
public String getTooltip()
public boolean hasIsDefault()
public boolean hasLast()
public boolean hasPosition()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActionCommand(String actionCommand)
actionCommand
- the value of field 'actionCommand'.public void setEnableText(String enableText)
enableText
- the value of field 'enableText'.public void setGroup(String group)
group
- the value of field 'group'.public void setIcon(String icon)
icon
- the value of field 'icon'.public void setDropDownGroup(String dropdowngroup)
dropdowngroup
- the value of field 'dropdowngroup'.public void setIsDefault(boolean isDefault)
isDefault
- the value of field 'isDefault'.public void setLast(boolean last)
last
- the value of field 'last'.public void setName(String name)
name
- the value of field 'name'.public void setPosition(long position)
position
- the value of field 'position'.public void setText(String text)
text
- the value of field 'text'.public void setTooltip(String tooltip)
tooltip
- the value of field 'tooltip'.public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException