JavaTM 2 Platform
Std. Ed. v1.4.2

Uses of Interface
javax.swing.tree.TreeCellEditor

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 DefaultCellEditor
          The default editor for table and tree cells.
 

Fields in javax.swing declared as TreeCellEditor
protected  TreeCellEditor JTree.cellEditor
          Editor 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.cellEditor
          Editor for the tree.
 

Methods in javax.swing.plaf.basic that return TreeCellEditor
protected  TreeCellEditor BasicTreeUI.getCellEditor()
           
protected  TreeCellEditor BasicTreeUI.createDefaultCellEditor()
          Creates a default cell editor.
 

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 DefaultTreeCellEditor
          A TreeCellEditor.
 

Fields in javax.swing.tree declared as TreeCellEditor
protected  TreeCellEditor DefaultTreeCellEditor.realEditor
          Editor handling the editing.
 

Methods in javax.swing.tree that return TreeCellEditor
protected  TreeCellEditor DefaultTreeCellEditor.createTreeCellEditor()
          This is invoked if a TreeCellEditor is not supplied in the constructor.
 

Constructors in javax.swing.tree with parameters of type TreeCellEditor
DefaultTreeCellEditor(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor)
          Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
 


JavaTM 2 Platform
Std. Ed. v1.4.2

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.