|
GLG Toolkit, Java Class Library
Version 4.6
|
GlgJBean is a light-weight Swing-based GLG component that integrates GLG drawings in the Swing interface hierarchy. More...
GlgJBean is a light-weight Swing-based GLG component that integrates GLG drawings in the Swing interface hierarchy.
It is is a Java Bean encapsulation of a GLG viewport object that loads, displays and animates a GLG drawing. It inherits most of its API from the viewport object and adds methods inherited from its Swing JPanel superclass. Methods of the bean and methods of its viewport may be used interchangeably.
GlgJBean implements all GLG listener interfaces and is used as a default listener for all GLG events. The bean's listener interface methods may be overridden by the bean's subclasses.
The bean implements a subset of the GlgObject's API, with the bean methods grouped by the API type (Standard, Intermediate and Extended), as well as methods specific to the bean.
The GlgJBean link provides a flat list of all GlgJBean's API methods, event handlers and properties.
In releases prior to 4.3, both GlgJBean and GlgJLWBean were provided. Starting with the release 4.3, only a single light-weight GlgJBean is supplied, providing functionality previously implemented by GlgJLWBean. Applications that used GlgJLWBean will still work for backward compatibility.
Groups | |
| Properties | |
| Listeners and Callbacks | |
| Bean Methods | |
| Standard API Methods | |
| Intermediate API Methods | |
| Extended API Methods | |
Classes | |
| class | GlgJBean |
| Light-weight Swing-based GLG component that integrates GLG drawings in the Swing interface hierarchy. More... | |