Java Platform 1.2
Beta 4

Uses of Interface
com.sun.java.swing.table.TableCellEditor

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

Classes in com.sun.java.swing that implement TableCellEditor
  DefaultCellEditor
          The default editor for table and tree cells.
 

Fields in com.sun.java.swing declared as TableCellEditor
protected  TableCellEditor JTable.cellEditor
          The object that overwrites the screen real estate occupied by the current cell and allows the user to change those contents.
 

Methods in com.sun.java.swing that return TableCellEditor
 TableCellEditor JTable.getDefaultEditor(Class columnClass)
          Returns the editor to be used when no editor has been set in a TableColumn.
 TableCellEditor JTable.getCellEditor()
          Return the cellEditor.
 TableCellEditor JTable.getCellEditor(int row, int column)
          Return an appropriate editor for the cell specified by this this row and column.
 

Methods in com.sun.java.swing with parameters of type TableCellEditor
 void JTable.setDefaultEditor(Class columnClass, TableCellEditor editor)
          Set a default editor to be used if no editor has been set in a TableColumn.
 void JTable.setCellEditor(TableCellEditor anEditor)
          Set the cellEditor variable.
 Component JTable.prepareEditor(TableCellEditor editor, int row, int column)
          Prepares the specified editor using the value at the specified cell.
 

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

Fields in com.sun.java.swing.table declared as TableCellEditor
protected  TableCellEditor TableColumn.cellEditor
          The editor used to edit the data cells of the column
 

Methods in com.sun.java.swing.table that return TableCellEditor
 TableCellEditor TableColumn.getCellEditor()
          Returns the TableCellEditor used by the JTable to draw values for this column.
 

Methods in com.sun.java.swing.table with parameters of type TableCellEditor
 void TableColumn.setCellEditor(TableCellEditor anEditor)
          Sets the TableCellEditor used by JTable to draw individual values for this column to anEditor.
 

Constructors in com.sun.java.swing.table with parameters of type TableCellEditor
TableColumn.TableColumn(int modelIndex, int width, TableCellRenderer cellRenderer, TableCellEditor cellEditor)
           
 


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.