Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
javax.swing.table.TableColumn

Packages that use TableColumn
Package Description
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of TableColumn in javax.swing
 

Methods in javax.swing that return TableColumn
Modifier and Type Method and Description
 TableColumn JTable.getColumn(Object identifier)
          Returns the TableColumn object for the column in the table whose identifier is equal to identifier, when compared using equals.
 

Methods in javax.swing with parameters of type TableColumn
Modifier and Type Method and Description
 void JTable.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the array of columns held by this JTable's column model.
 void JTable.removeColumn(TableColumn aColumn)
          Removes aColumn from this JTable's array of columns.
 

Uses of TableColumn in javax.swing.table
 

Fields in javax.swing.table declared as TableColumn
Modifier and Type Field and Description
protected  TableColumn JTableHeader.draggedColumn
          The index of the column being dragged.
protected  TableColumn JTableHeader.resizingColumn
          The index of the column being resized.
 

Fields in javax.swing.table with type parameters of type TableColumn
Modifier and Type Field and Description
protected  Vector<TableColumn> DefaultTableColumnModel.tableColumns
          Array of TableColumn objects in this model
 

Methods in javax.swing.table that return TableColumn
Modifier and Type Method and Description
 TableColumn DefaultTableColumnModel.getColumn(int columnIndex)
          Returns the TableColumn object for the column at columnIndex.
 TableColumn TableColumnModel.getColumn(int columnIndex)
          Returns the TableColumn object for the column at columnIndex.
 TableColumn JTableHeader.getDraggedColumn()
          Returns the the dragged column, if and only if, a drag is in process, otherwise returns null.
 TableColumn JTableHeader.getResizingColumn()
          Returns the resizing column.
 

Methods in javax.swing.table that return types with arguments of type TableColumn
Modifier and Type Method and Description
 Enumeration<TableColumn> DefaultTableColumnModel.getColumns()
          Returns an Enumeration of all the columns in the model.
 Enumeration<TableColumn> TableColumnModel.getColumns()
          Returns an Enumeration of all the columns in the model.
 

Methods in javax.swing.table with parameters of type TableColumn
Modifier and Type Method and Description
 void DefaultTableColumnModel.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the tableColumns array.
 void TableColumnModel.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the tableColumns array.
 void DefaultTableColumnModel.removeColumn(TableColumn column)
          Deletes the column from the tableColumns array.
 void TableColumnModel.removeColumn(TableColumn column)
          Deletes the TableColumn column from the tableColumns array.
 void JTableHeader.setDraggedColumn(TableColumn aColumn)
          Sets the header's draggedColumn to aColumn.
 void JTableHeader.setResizingColumn(TableColumn aColumn)
          Sets the header's resizingColumn to aColumn.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.