/[classpath]/classpath/javax/swing/table/DefaultTableCellRenderer.java
ViewVC logotype

Diff of /classpath/javax/swing/table/DefaultTableCellRenderer.java

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

revision 1.10 by mkoch, Fri Oct 22 12:44:01 2004 UTC revision 1.11 by mkoch, Tue Jan 25 07:07:25 2005 UTC
# Line 1  Line 1 
1  /* DefaultTableCellRenderer.java --  /* DefaultTableCellRenderer.java --
2     Copyright (C) 2002, 2004 Free Software Foundation, Inc.     Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 199  public class DefaultTableCellRenderer ex Line 199  public class DefaultTableCellRenderer ex
199     * <p>This method needs to be overridden in a subclass to actually     * <p>This method needs to be overridden in a subclass to actually
200     * do something.</p>     * do something.</p>
201     */     */
202    public void firePropertyChange(String propertyName, Object oldValue,    protected void firePropertyChange(String propertyName, Object oldValue,
203                                   Object newValue)                                      Object newValue)
204    {    {
205      // Does nothing.      // Does nothing.
206    }    }

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