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. 
org.jdesktop.swingx.action Contains classes related to the JDNC actions architecture. 
org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. 
org.jdesktop.swingx.plaf.basic   
org.jdesktop.swingx.plaf.windows   
org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. 
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx
AbstractPatternPanel
          Common base class of ui clients.
AbstractSearchable
          An abstract implementation of Searchable supporting incremental search.
AbstractSearchable.SearchResult
          A convenience class to hold search state.
ErrorReporter
           
IncidentInfo
           
JXCollapsiblePane.JCollapsiblePaneContainer
          Tagging interface for containers in a JXCollapsiblePane hierarchy who needs to be revalidated (invalidate/validate/repaint) when the pane is expanding or collapsing.
JXComboBox
           
JXEditorPane
          An extended editor pane which has the following features built in: Text search undo/redo simple html/plain text editing
JXFindBar
          A simple low-intrusion default widget for incremental search.
JXFindPanel
          Find panel to incorporate search capability into the users application.
JXImagePanel
          A panel that draws an image.
JXImagePanel.Style
           
JXList
          JXList Enabled Rollover/LinkModel handling.
JXList.LinkController
          listens to rollover properties.
JXLoginPanel
          JXLoginPanel is a JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.
JXLoginPanel.JXLoginFrame
           
JXLoginPanel.NameComponent
           
JXLoginPanel.SaveMode
          The JXLoginPanel can attempt to save certain user information such as the username, password, or both to their respective stores.
JXLoginPanel.Status
          Returns the status of the login process
JXPanel
          A simple JPanel extension that adds translucency support.
JXRootPane
          Extends the JRootPane by supporting specific placements for a toolbar and a status bar.
JXStatusBar
          A component which is a container for displaying messages.
JXTable
           A JXTable is a JTable with built-in support for row sorting, filtering, and highlighting, column visibility and a special popup control on the column header for quick access to table configuration.
JXTable.LinkController
          listens to rollover properties.
JXTable.NumberRenderer
           
JXTable.TableAdapter
           
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.
JXTree
          JXTree.
JXTreeTable
          JXTreeTable is a specialized table consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data.
LabelProperties
          Class used to store label properties in a single object so that they may be applied as a set on renderers.
LinkModel
          An bean which represents an URL link.
PatternModel
          Presentation Model for Find/Filter Widgets.
PatternModel.RegexCreator
          Responsible for converting a "raw text" into a valid regular expression in the context of a set of rules.
RolloverProducer
          Mouse/Motion/Listener which stores mouse location as client property in the target JComponent.
Searchable
          Interface that used to implement search logic in all the search capable components.
SearchFactory
          Factory to create, configure and show application consistent search and find widgets.
TranslucentRepaintManager
          Marker interface suggesting that the given RepaintManager supports translucency
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx.action
LinkModel
          An bean which represents an URL link.
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf
JXTipOfTheDay.ShowOnStartupChoice
          Used in conjunction with the JXTipOfTheDay.showDialog(Component, ShowOnStartupChoice) to save the "Show tips on startup" choice.
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.basic
JXDatePicker
          A component that combines a button, an editable field and a JXMonthView component.
JXLoginPanel
          JXLoginPanel is a JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.
JXPanel
          A simple JPanel extension that adds translucency support.
JXTaskPane
          JXTaskPane is a container for tasks and other arbitrary components.
JXTaskPaneContainer
          JXTaskPaneContainer provides an elegant view to display a list of tasks ordered by groups (JXTaskPane.
JXTipOfTheDay
          Provides the "Tip of The Day" pane and dialog.
JXTipOfTheDay.ShowOnStartupChoice
          Used in conjunction with the JXTipOfTheDay.showDialog(Component, ShowOnStartupChoice) to save the "Show tips on startup" choice.
JXTitledPanel
          A special type of Panel that has a Title section and a Content section.
The following 3 properties can be set with the UIManager to change the look and feel of the JXTitledPanel: JXTitledPanel.title.foreground JXTitledPanel.title.background JXTitledPanel.title.font
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.windows
JXTipOfTheDay
          Provides the "Tip of The Day" pane and dialog.
JXTipOfTheDay.ShowOnStartupChoice
          Used in conjunction with the JXTipOfTheDay.showDialog(Component, ShowOnStartupChoice) to save the "Show tips on startup" choice.
 

Classes in org.jdesktop.swingx used by org.jdesktop.swingx.table
JXTable
           A JXTable is a JTable with built-in support for row sorting, filtering, and highlighting, column visibility and a special popup control on the column header for quick access to table configuration.