Uses of Interface
org.jdesktop.swingx.decorator.UIDependent
-
Packages that use UIDependent Package Description 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. -
-
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.table
Classes in org.jdesktop.swingx.table that implement UIDependent Modifier and Type Class Description class
TableColumnExt
TableColumn
extension for enhanced view column configuration.
-