Uses of Package
org.jdesktop.swingx.decorator

Packages that use org.jdesktop.swingx.decorator
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.search   
org.jdesktop.swingx.table Contains API required by the extended JTable component, JXTable. 
org.jdesktop.swingx.tree Contains Tree specific classes and interfaces. 
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx
ComponentAdapter
          Abstract base class for all component data adapter classes.
CompoundHighlighter
          A class which manages the lists of Highlighters.
FilterPipeline
          A FilterPipeline is used to define the set of filters for a data-aware component such as a JXList or a JXTable.
Highlighter
          Highlighter provide a mechanism to modify visual attributes of cell rendering components.
PatternFilter
          Pluggable pattern filter.
PatternMatcher
          Implemented by classes that work with Pattern objects.
PipelineListener
          PipelineListener
SelectionMapper
          Responsible for keeping track of selection in model coordinates.
SizeSequenceMapper
           
SortController
          Defines the interactive sort control for a table.
SortOrder
          Encasulates sort state.
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx.decorator
AbstractHighlighter
          Abstract Highlighter implementation which manages change notification and supports conditional highlighting.
ColorHighlighter
          A Highlighter to modify component colors.
ComponentAdapter
          Abstract base class for all component data adapter classes.
Filter
          A Filter is used to filter the data presented in a data-aware component such as a JXList or a JXTable.
FilterPipeline
          A FilterPipeline is used to define the set of filters for a data-aware component such as a JXList or a JXTable.
Highlighter
          Highlighter provide a mechanism to modify visual attributes of cell rendering components.
HighlightPredicate
          A controller which decides whether or not a visual decoration should be applied to the given Component in the given ComponentAdapter state.
PatternMatcher
          Implemented by classes that work with Pattern objects.
PipelineEvent
          Defines an event that encapsulates changes to a pipeline.
PipelineListener
          PipelineListener
SelectionMapper
          Responsible for keeping track of selection in model coordinates.
SortController
          Defines the interactive sort control for a table.
Sorter
          Pluggable sorting filter.
SortKey
          A column and how its sorted.
SortOrder
          Encasulates sort state.
UIDependent
          Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx.search
AbstractHighlighter
          Abstract Highlighter implementation which manages change notification and supports conditional highlighting.
Highlighter
          Highlighter provide a mechanism to modify visual attributes of cell rendering components.
HighlightPredicate
          A controller which decides whether or not a visual decoration should be applied to the given Component in the given ComponentAdapter state.
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx.table
CompoundHighlighter
          A class which manages the lists of Highlighters.
Highlighter
          Highlighter provide a mechanism to modify visual attributes of cell rendering components.
UIDependent
          Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx.tree
UIDependent
          Encapsulates state that depends on the UI and needs to be updated on LookAndFeel change.