Uses of Interface
org.jdesktop.swingx.decorator.UIDependent

Packages that use UIDependent
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.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.decorator
 

Classes in org.jdesktop.swingx.decorator that implement UIDependent
 class CompoundHighlighter
          A class which manages the lists of Highlighters.
static class HighlighterFactory.UIColorHighlighter
          A ColorHighlighter with UI-dependent background.
 

Uses of UIDependent in org.jdesktop.swingx.table
 

Classes in org.jdesktop.swingx.table that implement UIDependent
 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
 class DefaultXTreeCellEditor
          Subclassed to hack around core bug with RtoL editing (#4980473).