Uses of Package
org.jdesktop.swingx
-
Packages that use org.jdesktop.swingx 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.border Contains extensions to thejavax.swingx.border
package.org.jdesktop.swingx.color Contains classes and interfaces used by theJXGradientChooser
component.org.jdesktop.swingx.editors org.jdesktop.swingx.hyperlink org.jdesktop.swingx.multislider Contains classes used by slider classes, such asJXMultiThumbSlider
.org.jdesktop.swingx.multisplitpane Contains support classes for the MultiSplitLayout layout manager.org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components.org.jdesktop.swingx.painter.effects Contains Predefined effects for painters.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 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.plaf.macosx Provides macos specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.metal Provides metal laf specific implementation of pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels.org.jdesktop.swingx.plaf.windows Provides window laf specific 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.org.jdesktop.swingx.search org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx Class Description AbstractPatternPanel Common base class of ui clients.BeanInfoSupport Useful baseclass for BeanInfos.EnumerationValue Used with the setEnumerationValues method to specify enumerated values for propertiesJXBusyLabel.Direction Direction is used to set the initial direction in which the animation starts.JXButton APainter
enabled subclass ofJButton
.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 Find panel to incorporate search capability into the users application.JXFrame A smarter JFrame specifically used for top level frames for Applications.JXFrame.StartPosition JXGraph.Plot A plot represents a mathematical transformation used byJXGraph
.JXHeader.IconPosition Specifies desired location of the icon relative to the title/description text.JXImagePanel.Style JXLabel AJLabel
subclass which supportsPainter
s, multi-line text, and text rotation.JXLabel.MultiLineSupport JXList JXList.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.NameComponent 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 processJXMonthView 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 A simple JPanel extension that adds translucency support.JXRadioGroup 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 forJComponents
that is typically placed at the bottom of a form and runs the entire width of the form.JXStatusBar.Constraint.ResizeBehavior 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.GenericEditor Default editor registered forObject
.JXTable.TableAdapter JXTableHeader.SortGestureRecognizer Encapsulates decision about which MouseEvents should trigger sort/unsort events.JXTaskPane JXTaskPane
is a container for tasks and other arbitrary components.JXTipOfTheDay.ShowOnStartupChoice Used in conjunction with theJXTipOfTheDay.showDialog(Component, ShowOnStartupChoice)
to save the "Show tips on startup" choice.JXTree JXTree.JXTreeTable JXTreeTable
is a specializedtable
consisting of a single column in which to display hierarchical data, and any number of other columns in which to display regular data.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 aRepaintManager
to suggest that theRepaintManager
supports translucency. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.border Class Description BeanInfoSupport Useful baseclass for BeanInfos. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.color Class Description JXGradientChooser A specialized JXPanel that allows the user to construct and choose a Gradient.JXMultiThumbSlider A slider which can have multiple control points or ThumbsJXPanel A simple JPanel extension that adds translucency support. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.editors Class Description EnumerationValue Used with the setEnumerationValues method to specify enumerated values for propertiesJXImageView A panel which shows an image centered. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.hyperlink Class Description JXEditorPane An extended editor pane which has the following features built in: Text search undo/redo simple html/plain text editing -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.multislider Class Description JXMultiThumbSlider A slider which can have multiple control points or Thumbs -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.multisplitpane Class Description MultiSplitLayout.Node Base class for the nodes that model a MultiSplitLayout.MultiSplitLayout.Split Defines a vertical or horizontal subdivision into two or more tiles. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.painter Class Description BeanInfoSupport Useful baseclass for BeanInfos.JXBusyLabel.Direction Direction is used to set the initial direction in which the animation starts. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.painter.effects Class Description BeanInfoSupport Useful baseclass for BeanInfos. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf Class Description JXTipOfTheDay.ShowOnStartupChoice Used in conjunction with theJXTipOfTheDay.showDialog(Component, ShowOnStartupChoice)
to save the "Show tips on startup" choice. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.basic Class Description JXBusyLabel A simple circular animation, useful for denoting an action is taking place that may take an unknown length of time to complete.JXDatePicker A component for entering dates with a user interaction similar to a JComboBox.JXEditorPane An extended editor pane which has the following features built in: Text search undo/redo simple html/plain text editingJXErrorPane JXErrorPane is a common error component suitable for displaying errors, warnings, and exceptional application behavior to users.JXHeader JXHeader is a simple component consisting of a title, a description, and an icon.
JXHyperlink A hyperlink component that derives from JButton to provide compatibility mostly for binding actions enabled/disabled behavior accesilibity i18n etc...JXLabel AJLabel
subclass which supportsPainter
s, multi-line text, and text rotation.JXLabel.MultiLineSupport JXLoginPane JXLoginPane is a specialized JPanel that implements a Login dialog with support for saving passwords supplied for future use in a secure manner.JXMonthView Component that displays a month calendar which can be used to select a day or range of days.JXMultiThumbSlider A slider which can have multiple control points or ThumbsJXPanel A simple JPanel extension that adds translucency support.JXStatusBar A container forJComponents
that is typically placed at the bottom of a form and runs the entire width of the form.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
s).JXTipOfTheDay Provides the "Tip of The Day" pane and dialog.JXTipOfTheDay.ShowOnStartupChoice Used in conjunction with theJXTipOfTheDay.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 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.leftDecorationInsetsVerticalLayout Organizes components in a vertical layout. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.macosx Class Description JXStatusBar A container forJComponents
that is typically placed at the bottom of a form and runs the entire width of the form. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.metal Class Description JXStatusBar A container forJComponents
that is typically placed at the bottom of a form and runs the entire width of the form. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.plaf.windows Class Description JXStatusBar A container forJComponents
that is typically placed at the bottom of a form and runs the entire width of the form.JXTipOfTheDay Provides the "Tip of The Day" pane and dialog.JXTipOfTheDay.ShowOnStartupChoice Used in conjunction with theJXTipOfTheDay.showDialog(Component, ShowOnStartupChoice)
to save the "Show tips on startup" choice. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.renderer Class Description JXHyperlink A hyperlink component that derives from JButton to provide compatibility mostly for binding actions enabled/disabled behavior accesilibity i18n etc...JXPanel A simple JPanel extension that adds translucency support. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.search Class Description JXFindBar A simple low-intrusion default widget for incremental search.JXFindPanel Find panel to incorporate search capability into the users application.JXList JXList.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.JXTree JXTree. -
Classes in org.jdesktop.swingx used by org.jdesktop.swingx.table Class Description JXDatePicker A component for entering dates with a user interaction similar to a JComboBox.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.