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

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

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

revision 1.3 by mkoch, Sun Oct 12 16:48:34 2003 UTC revision 1.4 by mark, Thu Jul 22 19:45:39 2004 UTC
# Line 1  Line 1 
1  /* ViewFactory.java --  /* ViewFactory.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 39  package javax.swing.text; Line 39  package javax.swing.text;
39    
40  public interface ViewFactory  public interface ViewFactory
41  {  {
42      /**
43       * Creates a view for a given element.
44       *
45       * @param elem them element to create view for
46       *
47       * @return a new created view
48       */
49      View create (Element elem);      View create (Element elem);
50  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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