Uses of Class
org.jdesktop.beans.AbstractBean
-
Packages that use AbstractBean Package Description org.jdesktop.beans Contains classes to extend the functionality defined in thejava.beanspackage.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 Contains classes and interfaces used by theJXLoginPanecomponent.org.jdesktop.swingx.event Contains API for events added as part of JDNC's Swing extensions, such as message and progress events.org.jdesktop.swingx.image Contains set of useful filters for image operations like Gausian or Fast or Star Blur or Color Tint filter.org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. -
-
Uses of AbstractBean in org.jdesktop.beans
Subclasses of AbstractBean in org.jdesktop.beans Modifier and Type Class Description classAbstractSerializableBeanThis subclass enhancesAbstractBeanby implementing theSerializableinterface. -
Uses of AbstractBean in org.jdesktop.swingx
Subclasses of AbstractBean in org.jdesktop.swingx Modifier and Type Class Description static classJXGraph.PlotA plot represents a mathematical transformation used byJXGraph.static classJXMultiSplitPane.DividerPainterDraws a single Divider.classURLPainter -
Uses of AbstractBean in org.jdesktop.swingx.auth
Subclasses of AbstractBean in org.jdesktop.swingx.auth Modifier and Type Class Description classDefaultUserNameStoreSaves the user names in Preferences.classJAASLoginServiceJAASLoginService implements a LoginService that uses JAAS for authentication.classJDBCLoginServiceA login service for connecting to SQL based databases via JDBCclassLoginServiceLoginService is the abstract base class for all classes implementing a login mechanism.classSimpleLoginServiceAn implementation of LoginService that simply matches the username/password against a list of known users and their passwords.classUserNameStoreUsernameStore is a class that implements persistence of usernames -
Uses of AbstractBean in org.jdesktop.swingx.event
Subclasses of AbstractBean in org.jdesktop.swingx.event Modifier and Type Class Description classCompoundFocusListenerAn 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.image Modifier and Type Class Description classAbstractFilterProvides an abstract implementation of theBufferedImageOpinterface.classColorTintFilterA color tint filter can be used to mix a solid color to an image.classFastBlurFilterA fast blur filter can be used to blur pictures quickly.classGaussianBlurFilterclassStackBlurFilterA 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.painter Modifier and Type Class Description classAbstractAreaPainter<T>The abstract base class for all painters that fill a vector path area.classAbstractLayoutPainter<T>An abstract base class for any painter which can be positioned.classAbstractPainter<T>A convenient base class from which concretePainterimplementations may extend.classAlphaPainter<T>Applies an alpha value to an entire stack of painters.classBusyPainterA specific painter that paints an "infinite progress" like animation.classCapsulePainterDraws a capsule.classCheckerboardPainterA Painter implementation that paints a checkerboard pattern.classCompoundPainter<T>APainterimplementation composed of an array ofPainters.classGlossPainterA Painter implementation that simulates a gloss effect.classImagePainterA Painter instance that paints an image.classMattePainterA Painter implementation that uses a Paint to fill the entire background area.classPinstripePainterA fun Painter that paints pinstripes.classRectanglePainterA painter which paints square and rounded rectanglesclassShapePainterA Painter that paints java.awt.Shapes.classTextPainterA painter which draws text.
-