Uses of Class
org.jdesktop.swingx.JXPanel
Packages that use JXPanel
Package
Description
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
JXGradientChooser
component.Provides basic implementation of pluggable look-and-feel for SwingX components together with a
mechanism to support custom component look-and-feels.
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
-
Uses of JXPanel in org.jdesktop.swingx
Subclasses of JXPanel in org.jdesktop.swingxModifier and TypeClassDescriptionclass
Common base class of ui clients.class
JXCollapsiblePane
provides a component which can collapse or expand its content area with animation and fade in/fade out effects.private final class
Pes: added setLocale method to refresh link text on locale changesclass
A simple low-intrusion default widget for incremental search.class
JXFindPanel
is a basic find panel suitable for use in dialogs.class
A specialized JXPanel that allows the user to construct and choose a Gradient.class
JXGraph
provides a component which can display one or more plots on top of a graduated background (or grid.)class
JXHeader is a simple component consisting of a title, a description, and an icon.
(package private) class
Deprecated.(pre-1.6.2) use a JXPanel with an ImagePainter; see Issue 988class
A panel which shows an image centered.class
JXLoginPane is a specialized JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.private static class
class
JXSearchPanel
provides complex searching features.class
JXTaskPaneContainer
provides an elegant view to display a list of tasks ordered by groups (JXTaskPane
s).class
Provides the "Tip of The Day" pane and dialog.class
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.leftDecorationInsetsclass
A simple horizontal separator that contains a title.Fields in org.jdesktop.swingx declared as JXPanelModifier and TypeFieldDescriptionprivate JXPanel
JXLoginPane.contentPanel
The panel on which the input fields, messageLabel, and errorMessageLabel are placed.private JXPanel
JXLoginPane.loginPanel
A Panel containing all of the input fields, check boxes, etc necessary for the user to do their job.private JXPanel
JXLoginPane.progressPanel
A special panel that displays a progress bar and cancel button, and which notify the user of the login process, and allow them to cancel that process.Methods in org.jdesktop.swingx that return JXPanelModifier and TypeMethodDescriptionprivate JXPanel
JXLoginPane.createLoginPanel()
Creates and returns a new LoginPanel, based on the SaveMode state of the login panel.JXLoginPane.JXLoginFrame.getContentPane()
-
Uses of JXPanel in org.jdesktop.swingx.color
Subclasses of JXPanel in org.jdesktop.swingx.colorModifier and TypeClassDescriptionclass
Dependency: Because this class relies on LinearGradientPaint and RadialGradientPaint, it requires the optional MultipleGradientPaint.jar -
Uses of JXPanel in org.jdesktop.swingx.plaf.basic
Subclasses of JXPanel in org.jdesktop.swingx.plaf.basicModifier and TypeClassDescription(package private) static class
Active header for a JXMonthView in zoomable mode.protected static class
The custom header component controlled and configured by this handler.Fields in org.jdesktop.swingx.plaf.basic declared as JXPanelModifier and TypeFieldDescriptionprotected JXPanel
BasicTitledPanelUI.topPanel
The Title section panel.Methods in org.jdesktop.swingx.plaf.basic that return JXPanelModifier and TypeMethodDescriptionprotected JXPanel
BasicTitledPanelUI.createAndConfigureTopPanel
(JXTitledPanel titledPanel) -
Uses of JXPanel in org.jdesktop.swingx.renderer
Subclasses of JXPanel in org.jdesktop.swingx.rendererModifier and TypeClassDescriptionclass
Compound component for usage in tree renderer.