Uses of Class
org.jdesktop.beans.AbstractBean

Packages that use AbstractBean
org.jdesktop.beans Contains classes to extend the functionality defined in the java.beans package. 
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.painter   
 

Uses of AbstractBean in org.jdesktop.beans
 

Subclasses of AbstractBean in org.jdesktop.beans
 class AbstractSerializableBean
          This subclass enhances AbstractBean by implementing the Serializable interface.
 

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.
static class JXMultiSplitPane.DividerPainter
          Draws a single Divider.
 

Uses of AbstractBean in org.jdesktop.swingx.painter
 

Subclasses of AbstractBean in org.jdesktop.swingx.painter
 class org.jdesktop.swingx.painter.AbstractPainter<T>
          A convenient base class from which concrete Painter implementations may extend.