OSDN Git Service

2004-11-30 Thomas Fitzsimmons <fitzsim@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / tree / TreeCellEditor.java
index bdc0b5d..d9de676 100644 (file)
@@ -1,5 +1,5 @@
 /* TreeCellEditor.java --
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -39,14 +39,16 @@ exception statement from your version. */
 package javax.swing.tree;
 
 import java.awt.Component;
+
+import javax.swing.CellEditor;
 import javax.swing.JTree;
 
 /**
  * TreeCellEditor public interface
  * @author Andrew Selkirk
  */
-public interface TreeCellEditor {
-
+public interface TreeCellEditor extends CellEditor
+{
        /**
         * getTreeCellEditorComponent
         * @param tree TODO