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.table |
Contains API required by the extended JTable component, JXTable.
|
Modifier and Type | Method and Description |
---|---|
ColumnFactory |
JXTable.getColumnFactory()
Returns the ColumnFactory.
|
Modifier and Type | Method and Description |
---|---|
void |
JXTable.setColumnFactory(ColumnFactory columnFactory)
Sets the
ColumnFactory to use for column creation and
configuration. |
Modifier and Type | Method and Description |
---|---|
static ColumnFactory |
ColumnFactory.getInstance()
Returns the shared default factory.
|
Modifier and Type | Method and Description |
---|---|
static void |
ColumnFactory.setInstance(ColumnFactory factory)
Sets the shared default factory.
|
Copyright © 2019. All rights reserved.