|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JXTable | |
|---|---|
| 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.search | |
| org.jdesktop.swingx.table | Contains API required by the extended JTable component, JXTable. |
| Uses of JXTable in org.jdesktop.swingx |
|---|
| Subclasses of JXTable in org.jdesktop.swingx | |
|---|---|
class |
JXTreeTable
JXTreeTable is a specialized table
consisting of a single column in which to display hierarchical data, and any
number of other columns in which to display regular data. |
| Methods in org.jdesktop.swingx that return JXTable | |
|---|---|
JXTable |
JXTableHeader.getXTable()
|
| Uses of JXTable in org.jdesktop.swingx.search |
|---|
| Methods in org.jdesktop.swingx.search that return JXTable | |
|---|---|
JXTable |
TableSearchable.getTarget()
It's the responsibility of subclasses to covariant override. |
| Constructors in org.jdesktop.swingx.search with parameters of type JXTable | |
|---|---|
TableSearchable(JXTable table)
Instantiates a TableSearchable with the given table as target. |
|
| Uses of JXTable in org.jdesktop.swingx.table |
|---|
| Methods in org.jdesktop.swingx.table with parameters of type JXTable | |
|---|---|
void |
ColumnFactory.configureColumnWidths(JXTable table,
TableColumnExt columnExt)
Configures column initial widths properties from JXTable. |
int |
ColumnFactory.getPreferredScrollableViewportWidth(JXTable table)
Calculates and returns the preferred scrollable viewport width of the given table. |
void |
ColumnFactory.packColumn(JXTable table,
TableColumnExt columnExt,
int margin,
int max)
Configures the column's preferredWidth to fit the content. |
| Constructors in org.jdesktop.swingx.table with parameters of type JXTable | |
|---|---|
ColumnControlButton(JXTable table)
Creates a column control button for the table. |
|
ColumnControlButton(JXTable table,
javax.swing.Icon icon)
Creates a column control button for the table. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||