Package | Description |
---|---|
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.auth |
Contains classes and interfaces used by the
JXLoginPane component. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSerializableBean
This subclass enhances
AbstractBean by implementing the
Serializable interface. |
Modifier and Type | Class and Description |
---|---|
static class |
JXGraph.Plot
A plot represents a mathematical transformation used by
JXGraph . |
static class |
JXMultiSplitPane.DividerPainter
Draws a single Divider.
|
class |
URLPainter |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundFocusListener
An convenience class which maps focusEvents received
from a container hierarchy to a bound read-only property.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilter
Provides an abstract implementation of the
BufferedImageOp
interface. |
class |
ColorTintFilter
A color tint filter can be used to mix a solid color to an image.
|
class |
FastBlurFilter
A fast blur filter can be used to blur pictures quickly.
|
class |
GaussianBlurFilter |
class |
StackBlurFilter
A stack blur filter can be used to create an approximation of a
Gaussian blur.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAreaPainter<T>
The abstract base class for all painters that fill a vector path area.
|
class |
AbstractLayoutPainter<T>
An abstract base class for any painter which can be positioned.
|
class |
AbstractPainter<T>
A convenient base class from which concrete
Painter implementations may
extend. |
class |
AlphaPainter<T>
Applies an alpha value to an entire stack of painters.
|
class |
BusyPainter
A specific painter that paints an "infinite progress" like animation.
|
class |
CapsulePainter
Draws a capsule.
|
class |
CheckerboardPainter
A Painter implementation that paints a checkerboard pattern.
|
class |
CompoundPainter<T>
A
Painter implementation composed of an array of Painter s. |
class |
GlossPainter
A Painter implementation that simulates a gloss effect.
|
class |
ImagePainter
A Painter instance that paints an image.
|
class |
MattePainter
A Painter implementation that uses a Paint to fill the entire background
area.
|
class |
PinstripePainter
A fun Painter that paints pinstripes.
|
class |
RectanglePainter
A painter which paints square and rounded rectangles
|
class |
ShapePainter
A Painter that paints java.awt.Shapes.
|
class |
TextPainter
A painter which draws text.
|
Copyright © 2019. All rights reserved.