org.jdesktop.swingx.table |
Contains API required by the extended JTable component, JXTable.
Package Specification
Related Documentation
|
Java Source File Name | Type | Comment |
ColumnControlButton.java | Class | A component to allow interactive customization of JXTable 's
columns. |
ColumnControlButtonIssues.java | Class | |
ColumnControlButtonTest.java | Class | |
ColumnControlPopup.java | Interface | Encapsulates the popup component which is the delegate for
all popup visuals, used by a ColumnControlButton.
For now, this class a simple extraction of what a ColumnControl needs. |
ColumnFactory.java | Class | Creates and configures TableColumnExt s.
TODO JW: explain types of configuration - initial from tableModel, initial
from table context, user triggered at runtime.
JXTable delegates all TableColumn creation and
configuration to a ColumnFactory . |
ColumnFactoryTest.java | Class | |
ColumnHeaderRenderer.java | Class | Header renderer class which renders column sort feedback (arrows).
Additionally, it allows to customize renderer properties like Font ,
Alignment and similar. |
DefaultTableColumnModelExt.java | Class | A default implementation of TableColumnModelExt .
TODO: explain sub-optimal notification on showing/hiding columns.
(hot fixed issues #156, #157. |
NumberEditorExt.java | Class | Issue #393-swingx: localized NumberEditor. |
NumberEditorNumberFormat.java | Class | A specialised Format for the NumberEditor that returns a null for empty
strings. |
TableColumnExt.java | Class | TableColumn extension for enhanced view column configuration.
The general drift is to strengthen the TableColumn abstraction as the
place to configure and dynamically update view column properties, covering a
broad range of typical customization requirements. |
TableColumnExtIssues.java | Class | Test to exposed known issues of TableColumnExt .
Ideally, there would be at least one failing test method per open
Issue in the issue tracker. |
TableColumnExtTest.java | Class | Unit test of enhanced TableColumnExt . |
TableColumnModelExt.java | Interface | An extension of TableColumnModel suitable for use with
JXTable . |
TableColumnModelExtIssues.java | Class | |
TableColumnModelTest.java | Class | Skeleton to unit test DefaultTableColumnExt. |