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

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

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

revision 1.6 by mark, Sat Jul 2 20:32:52 2005 UTC revision 1.7 by trebligd, Fri Jul 22 08:11:12 2005 UTC
# Line 134  public abstract class AbstractLayoutCach Line 134  public abstract class AbstractLayoutCach
134          /**          /**
135           * getNodeDimensions           * getNodeDimensions
136           *           *
137           * @param value0 TODO           * @param value TODO
138           * @param value1 TODO           * @param row TODO
139           * @param value2 TODO           * @param depth TODO
140           * @param value3 TODO           * @param expanded TODO
141           * @param value4 TODO           * @param bounds TODO
142           *           *
143           * @return Rectangle           * @return Rectangle
144           */           */
# Line 154  public abstract class AbstractLayoutCach Line 154  public abstract class AbstractLayoutCach
154          /**          /**
155           * Sets the model that provides the tree data.           * Sets the model that provides the tree data.
156           *           *
157           * @param the model           * @param model the model
158           */           */
159          public void setModel(TreeModel model)          public void setModel(TreeModel model)
160          {          {
# Line 318  public abstract class AbstractLayoutCach Line 318  public abstract class AbstractLayoutCach
318           *           *
319           * @return int           * @return int
320           */           */
321          public abstract int getVisibleChildCount(TreePath value0);          public abstract int getVisibleChildCount(TreePath path);
322    
323          /**          /**
324           * setExpandedState           * setExpandedState

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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