/[classpath]/classpath/java/awt/im/spi/InputMethodContext.java
ViewVC logotype

Diff of /classpath/java/awt/im/spi/InputMethodContext.java

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

revision 1.2 by mark, Mon May 6 16:19:20 2002 UTC revision 1.3 by mkoch, Mon Sep 27 15:11:46 2004 UTC
# Line 1  Line 1 
1  /* InputMethodContext.java -- communication between an input method and client  /* InputMethodContext.java -- communication between an input method and client
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 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.awt.im.spi;  package java.awt.im.spi;
40    
 import java.awt.HeadlessException;  
41  import java.awt.Window;  import java.awt.Window;
42  import java.awt.font.TextHitInfo;  import java.awt.font.TextHitInfo;
43  import java.awt.im.InputMethodRequests;  import java.awt.im.InputMethodRequests;
44  import java.text.AttributedCharacterIterator;  import java.text.AttributedCharacterIterator;
45    
46  import javax.swing.JFrame;  import javax.swing.JFrame;
47    
48  /**  /**
# Line 49  import javax.swing.JFrame; Line 50  import javax.swing.JFrame;
50   * and the client component. This should be passed to   * and the client component. This should be passed to
51   * {@link InputMethod#setInputMethodContext(InputMethodContext)}.   * {@link InputMethod#setInputMethodContext(InputMethodContext)}.
52   *   *
53   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
54   * @since 1.3   * @since 1.3
55   * @status updated to 1.4   * @status updated to 1.4
56   */   */

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

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