GNU Classpath (0.20) | |
Frames | No Frames |
Methods with parameter type javax.swing.table.TableColumn | |
void | |
void | Removes specified column from displayable columns of this table.
|
Methods with return type javax.swing.table.TableColumn | |
TableColumn |
Fields of type javax.swing.table.TableColumn | |
TableColumn | The draggedColumn property.
|
TableColumn | The resizingColumn property.
|
Methods with parameter type javax.swing.table.TableColumn | |
void | addColumn adds column to the model. |
void | Adds a column to the model.
|
void | removeColumn removes table column from the model. |
void | Removes a column from the model. |
void | Set the value of the draggedColumn property.
|
void | Set the value of the resizingColumn property.
|
Methods with return type javax.swing.table.TableColumn | |
TableColumn | DefaultTableColumnModel.getColumn(int i) getColumn returns column at the specified index
|
TableColumn | TableColumnModel.getColumn(int columnIndex) Returns the TableColumn at the specified index.
|
TableColumn | Get the value of the draggedColumn property.
|
TableColumn | Get the value of the resizingColumn property.
|
GNU Classpath (0.20) |