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

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

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

revision 1.9 by mark, Sat Jul 2 20:32:52 2005 UTC revision 1.10 by trebligd, Fri Jul 22 08:11:12 2005 UTC
# Line 75  public class DefaultTreeModel Line 75  public class DefaultTreeModel
75    
76          /**          /**
77           * Constructor DefaultTreeModel           * Constructor DefaultTreeModel
78           * @param value0 TODO           * @param root the tree root.
79           */           */
80          public DefaultTreeModel(TreeNode root)          public DefaultTreeModel(TreeNode root)
81          {          {
# Line 86  public class DefaultTreeModel Line 86  public class DefaultTreeModel
86    
87          /**          /**
88           * Constructor DefaultTreeModel           * Constructor DefaultTreeModel
89           * @param value0 TODO           * @param root the tree root.
90           * @param value1 TODO           * @param asksAllowsChildren TODO
91           */           */
92          public DefaultTreeModel(TreeNode root, boolean asksAllowsChildren)          public DefaultTreeModel(TreeNode root, boolean asksAllowsChildren)
93          {          {
# Line 97  public class DefaultTreeModel Line 97  public class DefaultTreeModel
97    
98          /**          /**
99           * writeObject           * writeObject
100           * @param value0 TODO           * @param obj the object.
101           * @exception IOException TODO           * @exception IOException TODO
102           */           */
103          private void writeObject(ObjectOutputStream value0) throws IOException          private void writeObject(ObjectOutputStream obj) throws IOException
104          {          {
105                  // TODO                  // TODO
106          }          }
# Line 128  public class DefaultTreeModel Line 128  public class DefaultTreeModel
128    
129          /**          /**
130           * setAsksAllowsChildren           * setAsksAllowsChildren
131           * @param value0 TODO           * @param value TODO
132           */           */
133          public void setAsksAllowsChildren(boolean value)          public void setAsksAllowsChildren(boolean value)
134          {          {
# Line 137  public class DefaultTreeModel Line 137  public class DefaultTreeModel
137    
138          /**          /**
139           * setRoot           * setRoot
140           * @param value0 TODO           * @param root the root node.
141           */           */
142          public void setRoot(TreeNode root)          public void setRoot(TreeNode root)
143          {          {
# Line 163  public class DefaultTreeModel Line 163  public class DefaultTreeModel
163    
164          /**          /**
165           * getIndexOfChild           * getIndexOfChild
166           * @param value0 TODO           * @param parent TODO
167           * @param value1 TODO           * @param child TODO
168           * @return int           * @return int
169           */           */
170          public int getIndexOfChild(Object parent, Object child)          public int getIndexOfChild(Object parent, Object child)
# Line 174  public class DefaultTreeModel Line 174  public class DefaultTreeModel
174    
175          /**          /**
176           * getChild           * getChild
177           * @param value0 TODO           * @param node TODO
178           * @param value1 TODO           * @param idx TODO
179           * @return Object           * @return Object
180           */           */
181          public Object getChild(Object node, int idx)          public Object getChild(Object node, int idx)
# Line 188  public class DefaultTreeModel Line 188  public class DefaultTreeModel
188    
189          /**          /**
190           * getChildCount           * getChildCount
191           * @param value0 TODO           * @param node TODO
192           * @return int           * @return int
193           */           */
194          public int getChildCount(Object node)          public int getChildCount(Object node)
# Line 201  public class DefaultTreeModel Line 201  public class DefaultTreeModel
201    
202          /**          /**
203           * isLeaf           * isLeaf
204           * @param value0 TODO           * @param node TODO
205           * @return boolean           * @return boolean
206           */           */
207          public boolean isLeaf(Object node)          public boolean isLeaf(Object node)

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

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