Overview | Methods | This Package | All Packages
Retrieves the button at the specified index.
Syntax
public final ToolBarButton getButton( int index )
Parameters
index
The index of the toolbar button to retrieve.
Return Value
Returns a ToolBarButton object for the button at the specified index.
Exceptions
WFCInvalidArgumentException thrown if index specifies a number outside the valid range of buttons.
See Also setButton