public class ToolBar
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ToolBar() |
Modifier and Type | Method and Description |
---|---|
void |
addActionTool(ActionTool vActionTool)
Method addActionTool
|
void |
addActionTool(int index,
ActionTool vActionTool)
Method addActionTool
|
void |
addComboButton(ComboButton vComboButton)
Method addComboButton
|
void |
addComboButton(int index,
ComboButton vComboButton)
Method addComboButton
|
void |
addComboScale(ComboScale vComboScale)
Method addComboScale
|
void |
addComboScale(int index,
ComboScale vComboScale)
Method addComboScale
|
void |
addSelectableTool(int index,
SelectableTool vSelectableTool)
Method addSelectableTool
|
void |
addSelectableTool(SelectableTool vSelectableTool)
Method addSelectableTool
|
void |
deleteIsVisible()
Method deleteIsVisible
|
void |
deletePosition()
Method deletePosition
|
java.util.Enumeration |
enumerateActionTool()
Method enumerateActionTool
|
java.util.Enumeration |
enumerateComboButton()
Method enumerateComboButton
|
java.util.Enumeration |
enumerateComboScale()
Method enumerateComboScale
|
java.util.Enumeration |
enumerateSelectableTool()
Method enumerateSelectableTool
|
ActionTool[] |
getActionTool()
Method getActionTool
|
ActionTool |
getActionTool(int index)
Method getActionTool
|
int |
getActionToolCount()
Method getActionToolCount
|
ComboButton[] |
getComboButton()
Method getComboButton
|
ComboButton |
getComboButton(int index)
Method getComboButton
|
int |
getComboButtonCount()
Method getComboButtonCount
|
ComboScale[] |
getComboScale()
Method getComboScale
|
ComboScale |
getComboScale(int index)
Method getComboScale
|
int |
getComboScaleCount()
Method getComboScaleCount
|
java.lang.String |
getDescription()
Returns the value of field 'name'.
|
boolean |
getIsVisible()
Returns the value of field 'isVisible'.
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
int |
getPosition()
Returns the value of field 'position'.
|
SelectableTool[] |
getSelectableTool()
Method getSelectableTool
|
SelectableTool |
getSelectableTool(int index)
Method getSelectableTool
|
int |
getSelectableToolCount()
Method getSelectableToolCount
|
boolean |
hasIsVisible()
Method hasIsVisible
|
boolean |
hasPosition()
Method hasPosition
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
ActionTool |
removeActionTool(int index)
Method removeActionTool
|
void |
removeAllActionTool()
Method removeAllActionTool
|
void |
removeAllComboButton()
Method removeAllComboButton
|
void |
removeAllComboScale()
Method removeAllComboScale
|
void |
removeAllSelectableTool()
Method removeAllSelectableTool
|
ComboButton |
removeComboButton(int index)
Method removeComboButton
|
ComboScale |
removeComboScale(int index)
Method removeComboScale
|
SelectableTool |
removeSelectableTool(int index)
Method removeSelectableTool
|
void |
setActionTool(ActionTool[] actionToolArray)
Method setActionTool
|
void |
setActionTool(int index,
ActionTool vActionTool)
Method setActionTool
|
void |
setComboButton(ComboButton[] comboButtonArray)
Method setComboButton
|
void |
setComboButton(int index,
ComboButton vComboButton)
Method setComboButton
|
void |
setComboScale(ComboScale[] comboScaleArray)
Method setComboScale
|
void |
setComboScale(int index,
ComboScale vComboScale)
Method setComboScale
|
void |
setDescription(java.lang.String description)
Sets the value of field 'name'.
|
void |
setIsVisible(boolean isVisible)
Sets the value of field 'isVisible'.
|
void |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setPosition(int position)
Sets the value of field 'position'.
|
void |
setSelectableTool(int index,
SelectableTool vSelectableTool)
Method setSelectableTool
|
void |
setSelectableTool(SelectableTool[] selectableToolArray)
Method setSelectableTool
|
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addActionTool(ActionTool vActionTool) throws java.lang.IndexOutOfBoundsException
vActionTool
- java.lang.IndexOutOfBoundsException
public void addActionTool(int index, ActionTool vActionTool) throws java.lang.IndexOutOfBoundsException
index
- vActionTool
- java.lang.IndexOutOfBoundsException
public void addComboButton(ComboButton vComboButton) throws java.lang.IndexOutOfBoundsException
vComboButton
- java.lang.IndexOutOfBoundsException
public void addComboButton(int index, ComboButton vComboButton) throws java.lang.IndexOutOfBoundsException
index
- vComboButton
- java.lang.IndexOutOfBoundsException
public void addComboScale(ComboScale vComboScale) throws java.lang.IndexOutOfBoundsException
vComboScale
- java.lang.IndexOutOfBoundsException
public void addComboScale(int index, ComboScale vComboScale) throws java.lang.IndexOutOfBoundsException
index
- vComboScale
- java.lang.IndexOutOfBoundsException
public void addSelectableTool(SelectableTool vSelectableTool) throws java.lang.IndexOutOfBoundsException
vSelectableTool
- java.lang.IndexOutOfBoundsException
public void addSelectableTool(int index, SelectableTool vSelectableTool) throws java.lang.IndexOutOfBoundsException
index
- vSelectableTool
- java.lang.IndexOutOfBoundsException
public void deleteIsVisible()
public void deletePosition()
public java.util.Enumeration enumerateActionTool()
public java.util.Enumeration enumerateComboButton()
public java.util.Enumeration enumerateComboScale()
public java.util.Enumeration enumerateSelectableTool()
public ActionTool getActionTool(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public ActionTool[] getActionTool()
public int getActionToolCount()
public ComboButton getComboButton(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public ComboButton[] getComboButton()
public int getComboButtonCount()
public ComboScale getComboScale(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public ComboScale[] getComboScale()
public int getComboScaleCount()
public boolean getIsVisible()
public java.lang.String getName()
public java.lang.String getDescription()
public int getPosition()
public SelectableTool getSelectableTool(int index) throws java.lang.IndexOutOfBoundsException
index
- java.lang.IndexOutOfBoundsException
public SelectableTool[] getSelectableTool()
public int getSelectableToolCount()
public boolean hasIsVisible()
public boolean hasPosition()
public boolean isValid()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public ActionTool removeActionTool(int index)
index
- public void removeAllActionTool()
public void removeAllComboButton()
public void removeAllComboScale()
public void removeAllSelectableTool()
public ComboButton removeComboButton(int index)
index
- public ComboScale removeComboScale(int index)
index
- public SelectableTool removeSelectableTool(int index)
index
- public void setActionTool(int index, ActionTool vActionTool) throws java.lang.IndexOutOfBoundsException
index
- vActionTool
- java.lang.IndexOutOfBoundsException
public void setActionTool(ActionTool[] actionToolArray)
actionToolArray
- public void setComboButton(int index, ComboButton vComboButton) throws java.lang.IndexOutOfBoundsException
index
- vComboButton
- java.lang.IndexOutOfBoundsException
public void setComboButton(ComboButton[] comboButtonArray)
comboButtonArray
- public void setComboScale(int index, ComboScale vComboScale) throws java.lang.IndexOutOfBoundsException
index
- vComboScale
- java.lang.IndexOutOfBoundsException
public void setComboScale(ComboScale[] comboScaleArray)
comboScaleArray
- public void setIsVisible(boolean isVisible)
isVisible
- the value of field 'isVisible'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setDescription(java.lang.String description)
name
- the value of field 'name'.public void setPosition(int position)
position
- the value of field 'position'.public void setSelectableTool(int index, SelectableTool vSelectableTool) throws java.lang.IndexOutOfBoundsException
index
- vSelectableTool
- java.lang.IndexOutOfBoundsException
public void setSelectableTool(SelectableTool[] selectableToolArray)
selectableToolArray
- 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.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException