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.getPushed
Retrieves a boolean value that indicates whether a toggle button on the toolbar is pushed.
Syntax
public final boolean getPushed()
Return Value
Returns true if the button is pushed; otherwise, returns false.
Remarks
This method applies only to toolbar buttons created with the style ToolBarButtonStyle.TOGGLE. For all other buttons, this method always returns false.
See Also setPushed