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.color |
Contains classes and interfaces used by the
JXGradientChooser
component. |
org.jdesktop.swingx.plaf.basic |
Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
|
org.jdesktop.swingx.renderer |
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractPatternPanel |
Common base class of ui clients.
|
class |
JXCollapsiblePane |
JXCollapsiblePane provides a component which can collapse or
expand its content area with animation and fade in/fade out effects. |
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 |
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 |
JXImagePanel |
Deprecated.
(pre-1.6.2) use a JXPanel with an ImagePainter; see Issue 988
|
class |
JXImageView |
A panel which shows an image centered.
|
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 |
JXSearchPanel |
JXSearchPanel provides complex searching features. |
class |
JXTaskPaneContainer |
JXTaskPaneContainer provides an elegant view
to display a list of tasks ordered by groups (JXTaskPane s). |
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.
|
Modifier and Type | Method | Description |
---|---|---|
JXPanel |
JXLoginPane.JXLoginFrame.getContentPane() |
Modifier and Type | Class | Description |
---|---|---|
class |
GradientPreviewPanel |
Dependency: Because this class relies on LinearGradientPaint and
RadialGradientPaint, it requires the optional MultipleGradientPaint.jar
|
Modifier and Type | Class | Description |
---|---|---|
protected static class |
SpinningCalendarHeaderHandler.SpinningCalendarHeader |
The custom header component controlled and configured by this handler.
|
Modifier and Type | Field | Description |
---|---|---|
protected JXPanel |
BasicTitledPanelUI.topPanel |
The Title section panel.
|
Modifier and Type | Method | Description |
---|---|---|
protected JXPanel |
BasicTitledPanelUI.createAndConfigureTopPanel(JXTitledPanel titledPanel) |
Modifier and Type | Class | Description |
---|---|---|
class |
WrappingIconPanel |
Compound component for usage in tree renderer.
|
Copyright © 2018. All rights reserved.