Class JCommandButtonStrip

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
org.pushingpixels.radiance.component.api.common.JCommandButtonStrip
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, JExoContainer

public class JCommandButtonStrip extends JComponent implements JExoContainer
Button strip container. Provides visual appearance of a strip. The buttons in the strip are either laid out horizontally or vertically, with matching "continuous" strip appearance of the entire container. Note that while this class is a part of public API, it is highly recommended to use the CommandGroup and CommandStripPresentationModel instances used to project the command button strip on screen for any dynamic manipulation of the state.
See Also: