Class JCommandButton

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.pushingpixels.radiance.component.api.common.JCommandButton
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, RichTooltipManager.WithRichTooltip
Direct Known Subclasses:
JRibbonTaskToggleButton

public class JCommandButton extends JComponent implements RichTooltipManager.WithRichTooltip
Command button. Note that while this class is a part of public API, it is highly recommended to use the Command and CommandButtonPresentationModel instances used to project the command button on screen for any dynamic manipulation of the state.
See Also: