Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Class
javax.swing.JTable

Packages that use JTable
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
 

Uses of JTable in javax.swing.table
 

Fields in javax.swing.table declared as JTable
protected  JTable JTableHeader.table
          The table for which this object is the header; the default is null.
 

Methods in javax.swing.table that return JTable
 JTable JTableHeader.getTable()
          Returns the table associated with this header.
 

Methods in javax.swing.table with parameters of type JTable
 void JTableHeader.setTable(JTable table)
          Sets the table associated with this header.
 java.awt.Component TableCellRenderer.getTableCellRendererComponent(JTable table, java.lang.Object value, boolean isSelected, boolean hasFocus, int row, int column)
          Returns the component used for drawing the cell.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.