| GNU Classpath (0.19) | ||
| Frames | No Frames | ||
Classes implementing javax.swing.table.TableColumnModel | |
| class | DefaultTableColumnModel
|
Constructors with parameter type javax.swing.table.TableColumnModel | |
Creates a new header. | |
Fields of type javax.swing.table.TableColumnModel | |
| TableColumnModel | The columnModel property.
|
Methods with parameter type javax.swing.table.TableColumnModel | |
| void | Set the value of the columnModel property.
|
Methods with return type javax.swing.table.TableColumnModel | |
| TableColumnModel | Creates a default table column model.
|
| TableColumnModel | Get the value of the columnModel property.
|
Constructors with parameter type javax.swing.table.TableColumnModel | |
Creates a new JTable instance.
| |
Creates a new JTable instance.
| |
Fields of type javax.swing.table.TableColumnModel | |
| TableColumnModel | A model of various aspects of the columns of the table, not
including the data stored in them. |
Methods with parameter type javax.swing.table.TableColumnModel | |
| void | Set the value of the columnModel property.
Unregister this as a TableColumnModelListener
from previous columnModel and register it with new parameter
c.
|
Methods with return type javax.swing.table.TableColumnModel | |
| TableColumnModel | |
| TableColumnModel | Get the value of the columnModel property.
|
Constructors with parameter type javax.swing.table.TableColumnModel | |
Constructor TableColumnModelEvent
| |
| GNU Classpath (0.19) |