/[classpath]/classpath/gnu/java/awt/ClasspathToolkit.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/ClasspathToolkit.java

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

revision 1.18 by mark, Thu Sep 1 23:03:00 2005 UTC revision 1.19 by mark, Fri Sep 2 09:15:22 2005 UTC
# Line 1  Line 1 
1  /* ClasspathToolkit.java -- Abstract superclass for Classpath toolkits.  /* ClasspathToolkit.java -- Abstract superclass for Classpath toolkits.
2     Copyright (C) 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 203  public abstract class ClasspathToolkit Line 203  public abstract class ClasspathToolkit
203     * @param w The embedded window with which to associate a peer.     * @param w The embedded window with which to associate a peer.
204     */     */
205    public abstract EmbeddedWindowPeer createEmbeddedWindow (EmbeddedWindow w);    public abstract EmbeddedWindowPeer createEmbeddedWindow (EmbeddedWindow w);
206    
207      /**
208       * Used to register ImageIO SPIs provided by the toolkit.
209       */
210       public void registerImageIOSpis(IIORegistry reg)
211       {
212       }
213  }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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