Package | Description |
---|---|
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.border |
Contains extensions to the
javax.swingx.border package. |
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Class and Description |
---|---|
class |
HorizontalLayout
Organizes components in a horizontal layout.
|
class |
JXBusyLabel
A simple circular animation, useful for denoting an action is taking
place that may take an unknown length of time to complete.
|
class |
JXButton
|
class |
JXCollapsiblePane
JXCollapsiblePane provides a component which can collapse or
expand its content area with animation and fade in/fade out effects. |
class |
JXDatePicker
A component for entering dates with a user interaction similar to a
JComboBox.
|
class |
JXDialog
First cut for enhanced Dialog.
|
class |
JXEditorPane
JXEditorPane offers enhanced functionality over the standard JEditorPane . |
class |
JXErrorPane
JXErrorPane is a common error component suitable for displaying errors,
warnings, and exceptional application behavior to users.
|
class |
JXFindBar
A simple low-intrusion default widget for incremental search.
|
class |
JXFindPanel
JXFindPanel is a basic find panel suitable for use in dialogs. |
class |
JXFrame
JXFrame is an enhanced JFrame . |
class |
JXGradientChooser
A specialized JXPanel that allows the user to construct and choose a Gradient.
|
class |
JXGraph
JXGraph provides a component which can display one or more
plots on top of a graduated background (or grid.) |
class |
JXHeader
JXHeader is a simple component consisting of a title, a description,
and an icon. |
class |
JXHyperlink
A hyperlink component that derives from JButton to provide compatibility
mostly for binding actions enabled/disabled behavior accessibility i18n etc...
|
class |
JXImageView
A panel which shows an image centered.
|
class |
JXLabel
|
class |
JXList
Enhanced List component with support for general SwingX sorting/filtering,
rendering, highlighting, rollover and search functionality.
|
class |
JXLoginPane
JXLoginPane is a specialized JPanel that implements a Login dialog with
support for saving passwords supplied for future use in a secure
manner.
|
class |
JXMonthView
Component that displays a month calendar which can be used to select a day
or range of days.
|
class |
JXMultiSplitPane
All properties in this class are bound: when a properties value
is changed, all PropertyChangeListeners are fired.
|
class |
JXMultiThumbSlider<E>
A slider which can have multiple control points or Thumbs
|
class |
JXPanel
An extended
JPanel that provides additional features. |
class |
JXRadioGroup<T>
JXRadioGroup is a group of radio buttons that functions as a unit. |
class |
JXRootPane
Extends the JRootPane by supporting specific placements for a toolbar and a
status bar.
|
class |
JXSearchField
A text field with a find icon in which the user enters text that identifies
items to search for.
|
class |
JXSearchPanel
JXSearchPanel provides complex searching features. |
class |
JXStatusBar
A container for
JComponents that is typically placed at
the bottom of a form and runs the entire width of the form. |
class |
JXTable
Enhanced Table component with support for general SwingX sorting/filtering,
rendering, highlighting, rollover and search functionality.
|
class |
JXTaskPane
JXTaskPane is a container for tasks and other
arbitrary components. |
class |
JXTaskPaneContainer
JXTaskPaneContainer provides an elegant view
to display a list of tasks ordered by groups (JXTaskPane s). |
class |
JXTextArea
JTextArea , with integrated support for prompts. |
class |
JXTextField
JTextField , with integrated support for prompts and buddies. |
class |
JXTipOfTheDay
Provides the "Tip of The Day" pane and dialog.
|
class |
JXTitledPanel
A special type of Panel that has a Title section and a Content section.
The following properties can be set with the UIManager to change the look and feel of the JXTitledPanel: JXTitledPanel.titleForeground JXTitledPanel.titleBackground JXTitledPanel.titleFont JXTitledPanel.titlePainter JXTitledPanel.captionInsets JXTitledPanel.rightDecorationInsets JXTitledPanel.leftDecorationInsets |
class |
JXTitledSeparator
A simple horizontal separator that contains a title.
|
class |
JXTree
Enhanced Tree component with support for SwingX rendering, highlighting,
rollover and search functionality.
|
class |
JXTreeTable
JXTreeTable is a specialized table
consisting of a single column in which to display hierarchical data, and any
number of other columns in which to display regular data. |
class |
VerticalLayout
Organizes components in a vertical layout.
|
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
|
Modifier and Type | Class and Description |
---|---|
class |
DropShadowBorder
Implements a DropShadow for components.
|
class |
IconBorder
IconBorder creates a border that places an Icon in the border
on the horizontal axis. |
class |
MatteBorderExt
Matte border that allows specialized icons for corners and sides.
|
Modifier and Type | Class and Description |
---|---|
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 |
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 © 2015. All rights reserved.