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 TypeClassDescriptionclass
This subclass enhancesAbstractBean
by implementing theSerializable
interface. -
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 class
A plot represents a mathematical transformation used byJXGraph
.private static final class
Simple login service that allows everybody to login.private class
static class
Draws a single Divider. -
Uses of AbstractBean in org.jdesktop.swingx.auth
Subclasses of AbstractBean in org.jdesktop.swingx.authModifier and TypeClassDescriptionclass
Saves the user names in Preferences.class
JAASLoginService implements a LoginService that uses JAAS for authentication.class
A login service for connecting to SQL based databases via JDBCclass
LoginService is the abstract base class for all classes implementing a login mechanism.final class
An implementation of LoginService that simply matches the username/password against a list of known users and their passwords.class
UsernameStore 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Provides an abstract implementation of theBufferedImageOp
interface.class
A color tint filter can be used to mix a solid color to an image.class
A fast blur filter can be used to blur pictures quickly.class
class
A 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 TypeClassDescriptionclass
The abstract base class for all painters that fill a vector path area.class
An abstract base class for any painter which can be positioned.class
A convenient base class from which concretePainter
implementations may extend.class
AlphaPainter<T>
Applies an alpha value to an entire stack of painters.class
A specific painter that paints an "infinite progress" like animation.class
A Painter implementation that paints a checkerboard pattern.class
APainter
implementation composed of an array ofPainter
s.class
A Painter implementation that simulates a gloss effect.class
A Painter instance that paints an image.class
A Painter implementation that uses a Paint to fill the entire background area.class
A fun Painter that paints pinstripes.class
A painter which paints square and rounded rectanglesclass
A Painter that paints java.awt.Shapes.class
A painter which draws text. -
Uses of AbstractBean in org.jdesktop.swingx.plaf.basic
Subclasses of AbstractBean in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescriptionfinal class
A class for determining the state of theinvalid reference
CAPS LOCK key
(package private) class
TextCrossingPainter<T extends JComponent>
Painter used to cross-out unselectable dates.