Uses of Class
org.jdesktop.beans.AbstractBean
Packages that use AbstractBean
Package
Description
Contains classes to extend the functionality defined in the
java.beans package.Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
Contains classes and interfaces used by the
JXLoginPane component.Contains API for events added as part of JDNC's Swing extensions,
such as message and progress events.
Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.
Contains classes and interfaces used by painter enabled components.
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
-
Uses of AbstractBean in org.jdesktop.beans
Subclasses of AbstractBean in org.jdesktop.beansModifier and TypeClassDescriptionclassThis subclass enhancesAbstractBeanby implementing theSerializableinterface. -
Uses of AbstractBean in org.jdesktop.beans.editors
Subclasses of AbstractBean in org.jdesktop.beans.editors -
Uses of AbstractBean in org.jdesktop.swingx
Subclasses of AbstractBean in org.jdesktop.swingxModifier and TypeClassDescriptionstatic classA plot represents a mathematical transformation used byJXGraph.private static final classSimple login service that allows everybody to login.private classstatic classDraws a single Divider. -
Uses of AbstractBean in org.jdesktop.swingx.auth
Subclasses of AbstractBean in org.jdesktop.swingx.authModifier and TypeClassDescriptionclassSaves the user names in Preferences.classJAASLoginService implements a LoginService that uses JAAS for authentication.classA login service for connecting to SQL based databases via JDBCclassLoginService is the abstract base class for all classes implementing a login mechanism.final classAn implementation of LoginService that simply matches the username/password against a list of known users and their passwords.classUsernameStore is a class that implements persistence of usernames -
Uses of AbstractBean in org.jdesktop.swingx.event
Subclasses of AbstractBean in org.jdesktop.swingx.eventModifier and TypeClassDescriptionclassAn convenience class which maps focusEvents received from a container hierarchy to a bound read-only property. -
Uses of AbstractBean in org.jdesktop.swingx.image
Subclasses of AbstractBean in org.jdesktop.swingx.imageModifier and TypeClassDescriptionclassProvides an abstract implementation of theBufferedImageOpinterface.classA color tint filter can be used to mix a solid color to an image.classA fast blur filter can be used to blur pictures quickly.classclassA stack blur filter can be used to create an approximation of a Gaussian blur. -
Uses of AbstractBean in org.jdesktop.swingx.painter
Subclasses of AbstractBean in org.jdesktop.swingx.painterModifier and TypeClassDescriptionclassThe abstract base class for all painters that fill a vector path area.classAn abstract base class for any painter which can be positioned.classA convenient base class from which concretePainterimplementations may extend.classAlphaPainter<T>Applies an alpha value to an entire stack of painters.classA specific painter that paints an "infinite progress" like animation.classA Painter implementation that paints a checkerboard pattern.classAPainterimplementation composed of an array ofPainters.classA Painter implementation that simulates a gloss effect.classA Painter instance that paints an image.classA Painter implementation that uses a Paint to fill the entire background area.classA fun Painter that paints pinstripes.classA painter which paints square and rounded rectanglesclassA Painter that paints java.awt.Shapes.classA painter which draws text. -
Uses of AbstractBean in org.jdesktop.swingx.plaf.basic
Subclasses of AbstractBean in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescriptionfinal classA class for determining the state of the.invalid reference
CAPS LOCK key(package private) classTextCrossingPainter<T extends JComponent>Painter used to cross-out unselectable dates.