/[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.2.3 by gnu_andrew, Tue Aug 2 20:12:15 2005 UTC revision 1.2.2.4 by gnu_andrew, Wed Nov 2 00:43:31 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt.im.spi;  package java.awt.im.spi;
40    
41    import java.awt.HeadlessException;
42    import java.awt.Rectangle;
43  import java.awt.Window;  import java.awt.Window;
44  import java.awt.font.TextHitInfo;  import java.awt.font.TextHitInfo;
45  import java.awt.im.InputMethodRequests;  import java.awt.im.InputMethodRequests;
# Line 114  public interface InputMethodContext exte Line 116  public interface InputMethodContext exte
116    /**    /**
117     * Sets whether notification of the client window's location and state should     * Sets whether notification of the client window's location and state should
118     * be enabled for the input method. When enabled, the input method's     * be enabled for the input method. When enabled, the input method's
119     * {@link #notifyClientWindowChange(Rectangle)} method is called.     * {@link InputMethod#notifyClientWindowChange(Rectangle)} method is called.
120     * Notification is automatically disabled when the input method is disposed.     * Notification is automatically disabled when the input method is disposed.
121     *     *
122     * @param inputMethod the method to change status of     * @param inputMethod the method to change status of

Legend:
Removed from v.1.2.2.3  
changed lines
  Added in v.1.2.2.4

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