Package | Description |
---|---|
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.renderer |
Contains implementation of renderers used by JXTable, JXTreeTable and related classes.
|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JXComboBox.DelegatingRenderer |
A decorator for the original ListCellRenderer.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CompoundHighlighter |
A class which manages the lists of
Highlighter s. |
static class |
HighlighterFactory.UIColorHighlighter |
A ColorHighlighter with UI-dependent background.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRenderer |
Convenience common ancestor for SwingX renderers.
|
class |
CheckBoxProvider |
A component provider which uses a JCheckBox.
|
class |
ComponentProvider<T extends JComponent> |
Abstract base class of a provider for a cell rendering component.
|
class |
DefaultListRenderer |
Adapter to glue SwingX renderer support to core API.
|
class |
DefaultTableRenderer |
Adapter to glue SwingX renderer support to core api.
|
class |
DefaultTreeRenderer |
Adapter to glue SwingX renderer support to core api.
|
class |
HyperlinkProvider |
Renderer for hyperlinks".
|
class |
LabelProvider |
A component provider which uses a
JLabel as rendering
component. |
class |
WrappingProvider |
Wrapping ComponentProvider for usage in tree rendering.
|
Modifier and Type | Class | Description |
---|---|---|
class |
SearchFactory |
Factory to create, configure and show application consistent
search and find widgets.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
ColumnControlPopup |
Encapsulates the popup component which is the delegate for
all popup visuals, used by a ColumnControlButton.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ColumnControlButton.DefaultColumnControlPopup |
A default implementation of ColumnControlPopup.
|
class |
TableColumnExt |
TableColumn extension for enhanced view column configuration. |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultXTreeCellEditor |
Subclassed to hack around core bug with RtoL editing (#4980473).
|
Copyright © 2018. All rights reserved.