Overview | Methods | This Package | All Packages
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