| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TreeCellEditor | |
|---|---|
| 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.plaf.basic | Provides user interface objects built according to the Basic look and feel. | 
| javax.swing.tree | Provides classes and interfaces for dealing with javax.swing.JTree. | 
| Uses of TreeCellEditor in javax.swing | 
|---|
| Classes in javax.swing that implement TreeCellEditor | |
|---|---|
|  class | DefaultCellEditorThe default editor for table and tree cells. | 
| Fields in javax.swing declared as TreeCellEditor | |
|---|---|
| protected  TreeCellEditor | JTree.cellEditorEditor for the entries. | 
| Methods in javax.swing that return TreeCellEditor | |
|---|---|
|  TreeCellEditor | JTree.getCellEditor()Returns the editor used to edit entries in the tree. | 
| Methods in javax.swing with parameters of type TreeCellEditor | |
|---|---|
|  void | JTree.setCellEditor(TreeCellEditor cellEditor)Sets the cell editor. | 
| Uses of TreeCellEditor in javax.swing.plaf.basic | 
|---|
| Fields in javax.swing.plaf.basic declared as TreeCellEditor | |
|---|---|
| protected  TreeCellEditor | BasicTreeUI.cellEditorEditor for the tree. | 
| Methods in javax.swing.plaf.basic that return TreeCellEditor | |
|---|---|
| protected  TreeCellEditor | BasicTreeUI.createDefaultCellEditor()Creates a default cell editor. | 
| protected  TreeCellEditor | BasicTreeUI.getCellEditor() | 
| Methods in javax.swing.plaf.basic with parameters of type TreeCellEditor | |
|---|---|
| protected  void | BasicTreeUI.setCellEditor(TreeCellEditor editor)Sets the cell editor. | 
| Uses of TreeCellEditor in javax.swing.tree | 
|---|
| Classes in javax.swing.tree that implement TreeCellEditor | |
|---|---|
|  class | DefaultTreeCellEditorA TreeCellEditor. | 
| Fields in javax.swing.tree declared as TreeCellEditor | |
|---|---|
| protected  TreeCellEditor | DefaultTreeCellEditor.realEditorEditor handling the editing. | 
| Methods in javax.swing.tree that return TreeCellEditor | |
|---|---|
| protected  TreeCellEditor | DefaultTreeCellEditor.createTreeCellEditor()This is invoked if a TreeCellEditoris not supplied in the constructor. | 
| Constructors in javax.swing.tree with parameters of type TreeCellEditor | |
|---|---|
| DefaultTreeCellEditor(JTree tree,
                      DefaultTreeCellRenderer renderer,
                      TreeCellEditor editor)Constructs a DefaultTreeCellEditorobject for aJTreeusing the
 specified renderer and the specified editor. | |
| 
 | JavaTM 2 Platform Standard Ed. 5.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.