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 classJXComboBox.DelegatingRendererA 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 classCompoundHighlighterA class which manages the lists ofHighlighters.static classHighlighterFactory.UIColorHighlighterA 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 classAbstractRendererConvenience common ancestor for SwingX renderers.classCheckBoxProviderA component provider which uses a JCheckBox.classComponentProvider<T extends javax.swing.JComponent>Abstract base class of a provider for a cell rendering component.classDefaultListRendererAdapter to glue SwingX renderer support to core API.classDefaultTableRendererAdapter to glue SwingX renderer support to core api.classDefaultTreeRendererAdapter to glue SwingX renderer support to core api.classHyperlinkProviderRenderer for hyperlinks".classLabelProviderA component provider which uses aJLabelas rendering component.classWrappingProviderWrapping 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 classSearchFactoryFactory 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 interfaceColumnControlPopupEncapsulates 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 classColumnControlButton.DefaultColumnControlPopupA default implementation of ColumnControlPopup.classTableColumnExtTableColumnextension 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 classDefaultXTreeCellEditorSubclassed to hack around core bug with RtoL editing (#4980473).
-