Uses of Package
org.jdesktop.swingx

Packages that use org.jdesktop.swingx
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. 
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx
AbstractPatternPanel
          Common base class of ui clients.
ForwardingRepaintManager
          A RepaintManager that is designed to forward all calls to a contained delegate.
JXBusyLabel.Direction
          Direction is used to set the initial direction in which the animation starts.
JXButton
          A Painter enabled subclass of JButton.
JXCollapsiblePane.CollapsiblePaneContainer
          Tagging interface for containers in a JXCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing.
JXCollapsiblePane.Direction
          The direction defines how the collapsible pane will collapse.
JXErrorPane
          JXErrorPane is a common error component suitable for displaying errors, warnings, and exceptional application behavior to users.
JXFindPanel
          JXFindPanel is a basic find panel suitable for use in dialogs.
JXFrame
           JXFrame is an enhanced JFrame.
JXFrame.StartPosition
          An enumeration of JXFrame starting locations.
JXGraph.Plot
          A plot represents a mathematical transformation used by JXGraph.
JXHeader.IconPosition
          Specifies desired location of the icon relative to the title/description text.
JXImagePanel.Style
           
JXLabel
           A JLabel subclass which supports Painters, multi-line text, and text rotation.
JXLabel.TextAlignment
          Text alignment enums.
JXLoginPane
          JXLoginPane is a specialized JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.
JXLoginPane.JXLoginFrame
           
JXLoginPane.SaveMode
          The JXLoginPane can attempt to save certain user information such as the username, password, or both to their respective stores.
JXLoginPane.Status
          Returns the status of the login process
JXMonthView
          Component that displays a month calendar which can be used to select a day or range of days.
JXMultiSplitPane.DividerPainter
          Draws a single Divider.
JXPanel
           An extended JPanel that provides additional features.
JXRadioGroup
           JXRadioGroup is a group of radio buttons that functions as a unit.
JXRootPane
          Extends the JRootPane by supporting specific placements for a toolbar and a status bar.
JXStatusBar
          A container for JComponents that is typically placed at the bottom of a form and runs the entire width of the form.
JXStatusBar.Constraint.ResizeBehavior
           
JXTable
          Enhanced Table component with support for general SwingX sorting/filtering, rendering, highlighting, rollover and search functionality.
JXTable.GenericEditor
          Default editor registered for Object.
JXTableHeader.SortGestureRecognizer
          Controller for mapping left mouse clicks to sort/-unsort gestures for use in interested mouse listeners.
JXTaskPane
          JXTaskPane is a container for tasks and other arbitrary components.
JXTipOfTheDay.ShowOnStartupChoice
          Used in conjunction with the JXTipOfTheDay.showDialog(Component, ShowOnStartupChoice) to save the "Show tips on startup" choice.
JXTreeTable.TreeTableHacker
          Temporary class to have all the hacking at one place.
JXTreeTable.TreeTableHackerExt
          Note: currently this class looks a bit funny (only overriding the hit decision method).
MultiSplitLayout
          The MultiSplitLayout layout manager recursively arranges its components in row and column groups called "Splits".
MultiSplitLayout.Divider
          Models a single vertical/horiztonal divider.
MultiSplitLayout.Node
          Base class for the nodes that model a MultiSplitLayout.
MultiSplitLayout.Split
          Defines a vertical or horizontal subdivision into two or more tiles.
TranslucentRepaintManager
          An annotation that can be applied to a RepaintManager to suggest that the RepaintManager supports translucency.