Uses of Class
org.jdesktop.swingx.JXPanel

Packages that use JXPanel
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. 
 

Uses of JXPanel in org.jdesktop.swingx
 

Subclasses of JXPanel in org.jdesktop.swingx
 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 JXGlassBox
          Component used to display transluscent user-interface content.
 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
           A panel that draws an image.
 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 (JXTaskPanes).
 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.
 class JXTitledSeparator
          A simple horizontal separator that contains a title.
 

Methods in org.jdesktop.swingx that return JXPanel
 JXPanel JXLoginPane.JXLoginFrame.getContentPane()