Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.JTable

Packages that use JTable
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 JTable in com.sun.java.swing
 

Methods in com.sun.java.swing with parameters of type JTable
static JScrollPane JTable.createScrollPaneForTable(JTable aTable)
          Deprecated. As of Swing version 1.0.2, replaced by new JScrollPane(aTable).
 Component DefaultCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
           
 

Constructors in com.sun.java.swing with parameters of type JTable
JTable.AccessibleJTable.AccessibleJTableCell.JTable.AccessibleJTable.AccessibleJTableCell(JTable t, int r, int c, int i)
          Constructs an AccessiblJTableHeaaderEntry
 

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

Fields in com.sun.java.swing.table declared as JTable
protected  JTable JTableHeader.table
           
 

Methods in com.sun.java.swing.table that return JTable
 JTable JTableHeader.getTable()
          Returns the header's partner table
 

Methods in com.sun.java.swing.table with parameters of type JTable
 void JTableHeader.setTable(JTable aTable)
          Sets the header's partner table to aTable
 Component TableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
          This method is sent to the renderer by the drawing table to configure the renderer appropriately before drawing.
 Component DefaultTableCellRenderer.getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column)
           
 Component TableCellEditor.getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
          Sets an initial value for the editor.
 

Constructors in com.sun.java.swing.table with parameters of type JTable
JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry.JTableHeader.AccessibleJTableHeader.AccessibleJTableHeaderEntry(int c, JTableHeader p, JTable t)
          Constructs an AccessiblJTableHeaaderEntry
 


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.