/[classpath]/classpath/javax/swing/plaf/basic/BasicTreeUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicTreeUI.java

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

revision 1.6.2.9 by gnu_andrew, Wed Nov 2 00:43:59 2005 UTC revision 1.6.2.10 by tromey, Sat Nov 26 05:29:42 2005 UTC
# Line 184  public class BasicTreeUI extends TreeUI Line 184  public class BasicTreeUI extends TreeUI
184    protected AbstractLayoutCache treeState;    protected AbstractLayoutCache treeState;
185    
186    /** Used for minimizing the drawing of vertical lines. */    /** Used for minimizing the drawing of vertical lines. */
187    protected Hashtable drawingCache;    protected Hashtable<TreePath, Boolean> drawingCache;
188    
189    /**    /**
190     * True if doing optimizations for a largeModel. Subclasses that don't support     * True if doing optimizations for a largeModel. Subclasses that don't support

Legend:
Removed from v.1.6.2.9  
changed lines
  Added in v.1.6.2.10

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