Uses of Class
org.jdesktop.swingx.JXPanel
-
Packages that use JXPanel 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 theJXGradientChoosercomponent.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. -
-
Uses of JXPanel in org.jdesktop.swingx
Subclasses of JXPanel in org.jdesktop.swingx Modifier and Type Class Description classAbstractPatternPanelCommon base class of ui clients.classJXCollapsiblePaneJXCollapsiblePaneprovides a component which can collapse or expand its content area with animation and fade in/fade out effects.classJXFindBarA simple low-intrusion default widget for incremental search.classJXFindPanelJXFindPanelis a basic find panel suitable for use in dialogs.classJXGradientChooserA specialized JXPanel that allows the user to construct and choose a Gradient.classJXGraphJXGraphprovides a component which can display one or more plots on top of a graduated background (or grid.)classJXHeaderJXHeader is a simple component consisting of a title, a description, and an icon.classJXImagePanelDeprecated.(pre-1.6.2) use a JXPanel with an ImagePainter; see Issue 988classJXImageViewA panel which shows an image centered.classJXLoginPaneJXLoginPane is a specialized JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.classJXSearchPanelJXSearchPanelprovides complex searching features.classJXTaskPaneContainerJXTaskPaneContainerprovides an elegant view to display a list of tasks ordered by groups (JXTaskPanes).classJXTipOfTheDayProvides the "Tip of The Day" pane and dialog.classJXTitledPanelA 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.leftDecorationInsetsclassJXTitledSeparatorA simple horizontal separator that contains a title.Methods in org.jdesktop.swingx that return JXPanel Modifier and Type Method Description JXPanelJXLoginPane.JXLoginFrame. getContentPane() -
Uses of JXPanel in org.jdesktop.swingx.color
Subclasses of JXPanel in org.jdesktop.swingx.color Modifier and Type Class Description classGradientPreviewPanelDependency: 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.basic Modifier and Type Class Description protected static classSpinningCalendarHeaderHandler.SpinningCalendarHeaderThe custom header component controlled and configured by this handler.Fields in org.jdesktop.swingx.plaf.basic declared as JXPanel Modifier and Type Field Description protected JXPanelBasicTitledPanelUI. topPanelThe Title section panel.Methods in org.jdesktop.swingx.plaf.basic that return JXPanel Modifier and Type Method Description protected JXPanelBasicTitledPanelUI. createAndConfigureTopPanel(JXTitledPanel titledPanel) -
Uses of JXPanel in org.jdesktop.swingx.renderer
Subclasses of JXPanel in org.jdesktop.swingx.renderer Modifier and Type Class Description classWrappingIconPanelCompound component for usage in tree renderer.
-