/[classpath]/classpath/javax/swing/tree/MutableTreeNode.java
ViewVC logotype

Diff of /classpath/javax/swing/tree/MutableTreeNode.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Sat Jul 2 20:32:52 2005 UTC revision 1.5 by trebligd, Wed Jul 13 08:37:46 2005 UTC
# Line 1  Line 1 
1  /* MutableTreeNode.java --  /* MutableTreeNode.java --
2     Copyright (C) 2002, 2004  Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 61  public interface MutableTreeNode extends Line 61  public interface MutableTreeNode extends
61     *     *
62     * @param index the index     * @param index the index
63     *     *
64     * @see #add(MutableTreeNode,int)     * @see #insert(MutableTreeNode,int)
65     * @see #remove(MutableTreeNode)     * @see #remove(MutableTreeNode)
66     * @see #removeFromParent()     * @see #removeFromParent()
67     */     */
# Line 72  public interface MutableTreeNode extends Line 72  public interface MutableTreeNode extends
72     *     *
73     * @param node the node to remove     * @param node the node to remove
74     *     *
75     * @see #add(MutableTreeNode,int)     * @see #insert(MutableTreeNode,int)
76     * @see #remove(int)     * @see #remove(int)
77     * @see #removeFromParent()     * @see #removeFromParent()
78     */     */
# Line 98  public interface MutableTreeNode extends Line 98  public interface MutableTreeNode extends
98     *     *
99     * @param parent the parent     * @param parent the parent
100     *     *
101     * @see insert(MutableTreeNode,int)     * @see #insert(MutableTreeNode,int)
102     */     */
103    void setParent(MutableTreeNode parent);    void setParent(MutableTreeNode parent);
104  }  }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26