/[classpath]/classpath/javax/swing/CellRendererPane.java
ViewVC logotype

Diff of /classpath/javax/swing/CellRendererPane.java

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

revision 1.9 by trebligd, Thu Jul 21 14:59:31 2005 UTC revision 1.10 by rabbit78, Tue Jul 26 15:30:54 2005 UTC
# Line 48  import javax.accessibility.AccessibleCon Line 48  import javax.accessibility.AccessibleCon
48  import javax.accessibility.AccessibleRole;  import javax.accessibility.AccessibleRole;
49    
50  /**  /**
51   * The CellRendererPane's purpose is to paint the cells of JList, JTable and   * Paints the cells of JList, JTable and JTree.
52   * JTree. It intercepts the usual paint tree, so that we don't walk up and   * It intercepts the usual paint tree, so that we don't walk up and
53   * repaint everything.   * repaint everything.
54   *   *
55   * @author      Andrew Selkirk   * @author Andrew Selkirk
  * @version     1.0  
56   */   */
57  public class CellRendererPane  public class CellRendererPane
58    extends Container    extends Container
# Line 62  public class CellRendererPane Line 61  public class CellRendererPane
61    private static final long serialVersionUID = -7642183829532984273L;    private static final long serialVersionUID = -7642183829532984273L;
62    
63    /**    /**
64     * AccessibleCellRendererPane     * Provides accessibility support for CellRendererPanes.
65     */     */
66    protected class AccessibleCellRendererPane extends AccessibleAWTContainer    protected class AccessibleCellRendererPane extends AccessibleAWTContainer
67    {    {

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