Modern Java
http://www.modernminds.com
B uttonBar

ButtonBar is a Java class that implements a button bar. This class can be used by a Java programmer to add a button bar (or button bars, or single buttons) to a Java application or applet.
D ocumentation

All of the applets included with the Ultimate Button Bar package are based on the ButtonBar class: the documentation for this class is provided below.

Programmers should be aware that ButtonBar.class was written using Java 1.03. This means that the class should only be used in applets or applications that are written using Java 1.03, or that are written using Java 1.1 (or higher), but that do not make use of the new Java 1.1 event model.

How to use the ButtonBar Class
This document describes how to use the ButtonBar class in a Java program.
ButtonBar Constructors
The constructors for the ButtonBar class are described in this document. Detailed information is provided for each constructor parameter.
ButtonBar Public Methods
The public methods that are available to programmers (except for the constructors -- see above) are described in this document.
The ButtonRegion Class
ButtonRegion objects are used to define buttons on a ButtonBar. This documentation describes how to create and use ButtonRegion objects.
The ButtonBarObserver Interface
Button events can only be delivered to objects that implement the ButtonBarObserver interface. This documentation describes the interface and also defines the button events that are delivered by the ButtonBar class.
ButtonBar Example
An example of the ButtonBar class that demonstrates the class's "Sticky Button" capabilities.
Copyright © 1997 by Modern Minds, Inc.