Uses of Class
org.jdesktop.beans.AbstractBean

Packages that use AbstractBean
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.auth   
org.jdesktop.swingx.painter   
org.jdesktop.swingx.painter.gradient   
 

Uses of AbstractBean in org.jdesktop.swingx
 

Subclasses of AbstractBean in org.jdesktop.swingx
static class JXGraph.Plot
          A plot represents a mathematical transformation used by JXGraph.
 

Uses of AbstractBean in org.jdesktop.swingx.auth
 

Subclasses of AbstractBean in org.jdesktop.swingx.auth
 class DefaultUserNameStore
          Saves the user names in Preferences.
 class JAASLoginService
          JAASLoginService implements a LoginService that uses JAAS for authentication.
 class JDBCLoginService
          A login service for connecting to SQL based databases via JDBC
 class LoginService
          LoginService is the abstract base class for all classes implementing a login mechanism.
 class SimpleLoginService
          An implementation of LoginService that simply matches the username/password against a list of known users and their passwords.
 class UserNameStore
          UsernameStore is a class that implements persistence of usernames
 

Uses of AbstractBean in org.jdesktop.swingx.painter
 

Subclasses of AbstractBean in org.jdesktop.swingx.painter
 class AbstractPainter<T extends JComponent>
          A convenient base class from which concrete Painter implementations may extend.
 class BackgroundPainter
          A basic Painter implementation that uses the background color of the component for painting.
 class CheckerboardPainter
          A Painter implementation that paints a checkerboard pattern.
 class CompoundPainter
          A Painter implemention that contains an array of Painters, and executes them in order.
 class GlossPainter
          A Painter implementation that simulates a gloss effect.
 class IconPainter
          An ImagePainter subclass that provides convenience methods "setIcon" and "getIcon" to use Icons (and ImageIcons) rather than Images directly.
 class ImageEffect
           
 class ImagePainter
          A Painter instance that paints an image.
 class MattePainter
          A Painter implementation that uses a Paint to fill the entire background area using that Paint.
 class PinstripePainter
          A fun Painter that paints pinstripes.
 class RectanglePainter
           
 class ShapePainter
          A Painter that paints Shapes.
 class TextPainter
          "Paints" text at the given location.
 

Uses of AbstractBean in org.jdesktop.swingx.painter.gradient
 

Subclasses of AbstractBean in org.jdesktop.swingx.painter.gradient
 class AbstractGradientPainter
          An abstract base class from which the various gradient oriented painter classes extend.
 class BasicGradientPainter
          A Gradient based Painter that uses GradientPaint to paint the gradient.
 class LinearGradientPainter
          A Gradient based painter used for painting "multi-stop" gradients.
 class RadialGradientPainter
          A Gradient based painter used for painting "multi-stop" radial gradients.