/[classpath]/classpath/javax/swing/text/PlainView.java
ViewVC logotype

Diff of /classpath/javax/swing/text/PlainView.java

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

revision 1.23 by abalkiss, Thu Oct 13 15:53:34 2005 UTC revision 1.24 by abalkiss, Thu Oct 13 20:35:43 2005 UTC
# Line 335  public class PlainView extends View Line 335  public class PlainView extends View
335     * @param a the allocation of the View.     * @param a the allocation of the View.
336     * @param f the ViewFactory to use for rebuilding.     * @param f the ViewFactory to use for rebuilding.
337     */     */
338    void updateDamage(DocumentEvent changes, Shape a, ViewFactory f)    protected void updateDamage(DocumentEvent changes, Shape a, ViewFactory f)
339    {    {
340      Element el = getElement();      Element el = getElement();
341      ElementChange ec = changes.getChange(el);      ElementChange ec = changes.getChange(el);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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