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

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

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

revision 1.10 by mark, Sat Jul 2 20:32:52 2005 UTC revision 1.11 by trebligd, Wed Jul 13 08:37:46 2005 UTC
# Line 232  public class DefaultMutableTreeNode Line 232  public class DefaultMutableTreeNode
232     * Inserts given child node at the given index.     * Inserts given child node at the given index.
233     *     *
234     * @param node the child node     * @param node the child node
235     * @param value the index.     * @param index the index.
236     */     */
237    public void insert(MutableTreeNode node, int index)    public void insert(MutableTreeNode node, int index)
238    {    {
# Line 389  public class DefaultMutableTreeNode Line 389  public class DefaultMutableTreeNode
389    /**    /**
390     * isNodeDescendant     * isNodeDescendant
391     *     *
392     * @param node0 TODO     * @param node TODO
393     *     *
394     * @return boolean     * @return boolean
395     */     */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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