Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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