Specifies whether this button should be pushed.
public final void setPushed( boolean value )
value
Set to true to indicate that this button is pushed; otherwise, set to false.
This method can be used only with buttons created with the style ToolBarButtonStyle.TOGGLE.
See Also getPushed