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. 
 

Classes in org.jdesktop.swingx.decorator used by org.jdesktop.swingx
AbstractHighlighter
          Abstract Highlighter implementation which manages notification and highlights conditionally, controlled by a HighlightPredicate.
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.
PatternHighlighter
          Deprecated. use AbstractHighlighter with PatternPredicate
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 notification and highlights conditionally, controlled by a HighlightPredicate.
AlternateRowHighlighter
          Deprecated. use HighlighterFactory instead
ColorHighlighter
          TODO add type doc
ComponentAdapter
          Abstract base class for all component data adapter classes.
ConditionalHighlighter
          Deprecated. use a AbstractHighlighter with HighlightPredicate instead
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
          The predicate used by AbstractHighlighter to control highlight on/off.
LegacyHighlighter
          Deprecated. use ColorHighligher instead
LegacyHighlighter.UIHighlighter
          Deprecated. Interface to implement if Highlighter state depends on the LookAndFeel.
PatternHighlighter
          Deprecated. use AbstractHighlighter with PatternPredicate
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.