Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
javax.swing.tree.TreeCellEditor

Packages that use TreeCellEditor
Package Description
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.plaf.synth Synth is a skinnable look and feel in which all painting is delegated. 
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
Modifier and Type Class and Description
 class DefaultCellEditor
          The default editor for table and tree cells.
 

Fields in javax.swing declared as TreeCellEditor
Modifier and Type Field and Description
protected  TreeCellEditor JTree.cellEditor
          Editor for the entries.
 

Methods in javax.swing that return TreeCellEditor
Modifier and Type Method and Description
 TreeCellEditor JTree.getCellEditor()
          Returns the editor used to edit entries in the tree.
 

Methods in javax.swing with parameters of type TreeCellEditor
Modifier and Type Method and Description
 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
Modifier and Type Field and Description
protected  TreeCellEditor BasicTreeUI.cellEditor
          Editor for the tree.
 

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

Methods in javax.swing.plaf.basic with parameters of type TreeCellEditor
Modifier and Type Method and Description
protected  void BasicTreeUI.setCellEditor(TreeCellEditor editor)
          Sets the cell editor.
 

Uses of TreeCellEditor in javax.swing.plaf.synth
 

Methods in javax.swing.plaf.synth that return TreeCellEditor
Modifier and Type Method and Description
protected  TreeCellEditor SynthTreeUI.createDefaultCellEditor()
           
 

Uses of TreeCellEditor in javax.swing.tree
 

Classes in javax.swing.tree that implement TreeCellEditor
Modifier and Type Class and Description
 class DefaultTreeCellEditor
          A TreeCellEditor.
 

Fields in javax.swing.tree declared as TreeCellEditor
Modifier and Type Field and Description
protected  TreeCellEditor DefaultTreeCellEditor.realEditor
          Editor handling the editing.
 

Methods in javax.swing.tree that return TreeCellEditor
Modifier and Type Method and Description
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
Constructor and Description
DefaultTreeCellEditor(JTree tree, DefaultTreeCellRenderer renderer, TreeCellEditor editor)
          Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.