Package org.jdesktop.swing.decorator

Contains API used to implement coordinated sorting, filtering, and highlighting of the extended Swing cell-rendering component classes JTableExt, JTreeTable, JTreeExt, and JListExt.

See:
          Description

Interface Summary
PatternMatcher Implemented by classes that work with Pattern objects.
PipelineListener PipelineListener
 

Class Summary
AlternateRowHighlighter AlternateRowHighlighter prepares a cell renderer to use different background colors for alternating rows in a data view.
ComponentAdapter Abstract base class for all component data adapter classes.
ConditionalHighlighter ConditionalHighlighter
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.
HierarchicalColumnHighlighter HierarchicalColumnHighlighter
Highlighter Highlighter is a lightweight mechanism to modify the behavior and attributes of cell renderers such as ListCellRenderer, TableCellRenderer, and TreeCellRenderer in a simple layered fashion.
HighlighterPipeline HighlighterPipeline
PatternFilter Pluggable pattern filter.
PatternHighlighter PatternHighlighter
PipelineEvent Defines an event that encapsulates changes to a pipeline.
ShuttleSorter Pluggable sorting filter.
Sorter Pluggable sorting filter.
 

Package org.jdesktop.swing.decorator Description

Contains API used to implement coordinated sorting, filtering, and highlighting of the extended Swing cell-rendering component classes JTableExt, JTreeTable, JTreeExt, and JListExt.

Package Specification

Related Documentation



Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.