Uses of Interface
org.jdesktop.swingx.plaf.UIDependent
-
Packages that use UIDependent 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.decorator Contains API used to implement coordinated sorting, filtering and highlighting of the extended Swing cell-rendering component classes JXTable, JXTreeTable, JXTree, and JXList.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.org.jdesktop.swingx.tree Contains Tree specific classes and interfaces. -
-
Uses of UIDependent in org.jdesktop.swingx
Classes in org.jdesktop.swingx that implement UIDependent Modifier and Type Class Description class
JXComboBox.DelegatingRenderer
A decorator for the original ListCellRenderer. -
Uses of UIDependent in org.jdesktop.swingx.decorator
Classes in org.jdesktop.swingx.decorator that implement UIDependent Modifier and Type Class Description class
CompoundHighlighter
A class which manages the lists ofHighlighter
s.static class
HighlighterFactory.UIColorHighlighter
A ColorHighlighter with UI-dependent background. -
Uses of UIDependent in org.jdesktop.swingx.renderer
Classes in org.jdesktop.swingx.renderer that implement UIDependent Modifier and Type Class Description class
AbstractRenderer
Convenience common ancestor for SwingX renderers.class
CheckBoxProvider
A component provider which uses a JCheckBox.class
ComponentProvider<T extends JComponent>
Abstract base class of a provider for a cell rendering component.class
DefaultListRenderer
Adapter to glue SwingX renderer support to core API.class
DefaultTableRenderer
Adapter to glue SwingX renderer support to core api.class
DefaultTreeRenderer
Adapter to glue SwingX renderer support to core api.class
HyperlinkProvider
Renderer for hyperlinks".class
LabelProvider
A component provider which uses aJLabel
as rendering component.class
WrappingProvider
Wrapping ComponentProvider for usage in tree rendering. -
Uses of UIDependent in org.jdesktop.swingx.search
Classes in org.jdesktop.swingx.search that implement UIDependent Modifier and Type Class Description class
SearchFactory
Factory to create, configure and show application consistent search and find widgets. -
Uses of UIDependent in org.jdesktop.swingx.table
Subinterfaces of UIDependent in org.jdesktop.swingx.table Modifier and Type Interface Description interface
ColumnControlPopup
Encapsulates the popup component which is the delegate for all popup visuals, used by a ColumnControlButton.Classes in org.jdesktop.swingx.table that implement UIDependent Modifier and Type Class Description class
ColumnControlButton.DefaultColumnControlPopup
A default implementation of ColumnControlPopup.class
TableColumnExt
TableColumn
extension for enhanced view column configuration. -
Uses of UIDependent in org.jdesktop.swingx.tree
Classes in org.jdesktop.swingx.tree that implement UIDependent Modifier and Type Class Description class
DefaultXTreeCellEditor
Subclassed to hack around core bug with RtoL editing (#4980473).
-