|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
GenericDrawable | Interface for simple drawable objects. |
Class Summary | |
AbstractDrawable | Partial implementation of the GenericDrawable interface so derived classes don't have to implement the Offset methods. |
BevelBox | Used to draw 3D boxes and edges around components. |
BorderPainter | |
FormattedText | Represents a "run" of text with a single set of style attributes. |
GenericButton | |
GenericComponent | Root of all rebop components. |
GenericImage | GenericImage.java Created: Fri Sep 21 06:54:02 2001 |
GenericLabel | GenericLabel.java Created: Thu Sep 20 08:28:15 2001 |
GenericList | |
GenericListItem | A component which can be added to generic lists |
ImageUtils | |
StyledText | Represents text that contains multiple fonts and colors. |
WidgetTestApplet | WidgetTestApplet.java Created: Mon Sep 24 05:21:48 2001 |
WrappedRun | Represents a "run" of text with a single set of style attributes. |
"Rebop" is a lightweight collection of AWT-based components suitable for using in applet development. Applets written using these components should look and behave consistently across all version 4 and higher browsers. JDK 1.1 support is required, as the rebop components take advantage of the lightweight component and container classes introduced with this JDK revision.
The rebop components are only as complete as required by the chat applet. It is hoped that any further applet development (for example, collaborative tools like whiteboards) will continue to build out the rebop framework.
Rebop is not intended to be a replacement for the Swing GUI framework. If you are able to use JDK 1.2 or higher, Swing is a higher-performance and more flexible option.
Features:
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |