Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.table.TableColumn

Packages that use TableColumn
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.table Provides classes and interfaces for dealing with java.awt.swing. 
 

Uses of TableColumn in com.sun.java.swing
 

Methods in com.sun.java.swing that return TableColumn
 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 com.sun.java.swing with parameters of type TableColumn
 void JTable.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the array of columns held by the JTable's column model.
 void JTable.removeColumn(TableColumn aColumn)
          Removes aColumn from the JTable's array of columns.
 

Uses of TableColumn in com.sun.java.swing.table
 

Fields in com.sun.java.swing.table declared as TableColumn
protected  TableColumn JTableHeader.resizingColumn
          The index of the column being resized. 0 if not resizing
protected  TableColumn JTableHeader.draggedColumn
          The index of the column being dragged. 0 if not dragging
 

Methods in com.sun.java.swing.table that return TableColumn
 TableColumn JTableHeader.getDraggedColumn()
          Returns the the dragged column, if and only if a drag is in process.
 TableColumn JTableHeader.getResizingColumn()
          Returns the resizing column.
 TableColumn TableColumnModel.getColumn(int columnIndex)
          Returns the TableColumn object for the column at columnIndex
 TableColumn DefaultTableColumnModel.getColumn(int columnIndex)
          Returns the TableColumn object for the column at columnIndex
 

Methods in com.sun.java.swing.table with parameters of type TableColumn
 void JTableHeader.setDraggedColumn(TableColumn aColumn)
          Sets the header's draggedColumn to aColumn
 void JTableHeader.setResizingColumn(TableColumn aColumn)
          Sets the header's resizingColumn to aColumn
 void TableColumnModel.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the receiver's tableColumns array.
 void TableColumnModel.removeColumn(TableColumn column)
          Deletes the TableColumn column from the receiver's table columns array.
 void DefaultTableColumnModel.addColumn(TableColumn aColumn)
          Appends aColumn to the end of the receiver's tableColumns array.
 void DefaultTableColumnModel.removeColumn(TableColumn column)
          Deletes the TableColumn column from the receiver's table columns array.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.