ToolBarButton.setPushed

Overview | Methods | This Package | All Packages

ToolBarButton.setPushed

Specifies whether this button should be pushed.

Syntax

public final void setPushed( boolean value )

Parameters

value

Set to true to indicate that this button is pushed; otherwise, set to false.

Remarks

This method can be used only with buttons created with the style ToolBarButtonStyle.TOGGLE.

See Also   getPushed