Searched refs:InputMethod (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXInputMethodDescriptor.java29 import java.awt.im.spi.InputMethod;
37 public InputMethod createInputMethod() throws Exception {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBytecode.java34 private InputMethod inlined;
41 public InputMethod getInlined() {
45 public void setInlined(InputMethod inlined) {
H A DInputMethod.java35 public class InputMethod extends Properties.Entity { class in inherits:Properties.Entity
40 private List<InputMethod> inlined;
41 private InputMethod parentMethod;
45 /** Creates a new instance of InputMethod */
46 public InputMethod(Group parent, String name, String shortName, int bci) { method in class:InputMethod
51 inlined = new ArrayList<InputMethod>();
59 public List<InputMethod> getInlined() {
63 public void addInlined(InputMethod m) {
66 for (InputMethod m2 : inlined) {
110 for (InputMethod
[all...]
H A DGroup.java45 private InputMethod method;
69 public void setMethod(InputMethod method) {
73 public InputMethod getMethod() {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/
H A DMethodNode.java28 import com.sun.hotspot.igv.data.InputMethod;
43 private InputMethod method;
47 public MethodNodeChildren(InputMethod method, InputGraph graph, String bciString) {
70 public void setMethod(InputMethod method, InputGraph graph) {
78 public MethodNode(InputMethod method, InputGraph graph, String bciString) {
95 public void update(InputGraph graph, InputMethod method) {
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodAdapter.java30 import java.awt.im.spi.InputMethod;
48 public abstract class InputMethodAdapter implements InputMethod {
H A DInputContext.java45 import java.awt.im.spi.InputMethod;
78 private InputMethod inputMethod;
100 private static InputMethod previousInputMethod = null;
212 InputMethod inputMethod = getInputMethod();
239 InputMethod inputMethod = getInputMethod();
695 ((InputMethod) iterator.next()).dispose();
709 InputMethod inputMethod = getInputMethod();
723 InputMethod inputMethod = getInputMethod();
736 InputMethod inputMethod = getInputMethod();
749 InputMethod inputMetho
[all...]
H A DInputMethodContext.java39 import java.awt.im.spi.InputMethod;
366 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable) {
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethodDescriptor.java45 import java.awt.im.spi.InputMethod;
69 public InputMethod createInputMethod() throws Exception {
H A DCodePointInputMethod.java51 import java.awt.im.spi.InputMethod;
65 public class CodePointInputMethod implements InputMethod {
/openjdk7/jdk/src/share/classes/java/awt/im/spi/
H A DInputMethodDescriptor.java57 * implementation of {@link java.awt.im.spi.InputMethod#setLocale} returns true.
123 InputMethod createInputMethod() throws Exception;
H A DInputMethod.java41 * Subclasses of InputMethod can be loaded by the input method framework; they
51 public interface InputMethod { interface
77 * {@link java.awt.im.spi.InputMethod#getLocale getLocale} method
144 * {@link java.awt.im.spi.InputMethod#isCompositionEnabled isCompositionEnabled}
H A DInputMethodContext.java41 * {@link java.awt.im.spi.InputMethod#setInputMethodContext}.
130 * java.awt.im.spi.InputMethod#notifyClientWindowChange
139 public void enableClientWindowNotification(InputMethod inputMethod, boolean enable);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWInputMethodDescriptor.java31 import java.awt.im.spi.InputMethod;
91 public InputMethod createInputMethod() throws Exception {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethodDescriptor.java31 import java.awt.im.spi.InputMethod;
93 public abstract InputMethod createInputMethod() throws Exception;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/serialization/
H A DParser.java31 import com.sun.hotspot.igv.data.InputMethod;
147 private ElementHandler<InputMethod, Group> methodHandler = new XMLParser.ElementHandler<InputMethod, Group>(METHOD_ELEMENT) {
150 protected InputMethod start() throws SAXException {
152 InputMethod method = parseMethod(this, getParentObject());
158 private InputMethod parseMethod(XMLParser.ElementHandler handler, Group group) throws SAXException {
166 InputMethod method = new InputMethod(group, handler.readRequiredAttribute(METHOD_NAME_PROPERTY), handler.readRequiredAttribute(METHOD_SHORT_NAME_PROPERTY), bci);
170 private HandoverElementHandler<InputMethod> bytecodesHandler = new XMLParser.HandoverElementHandler<InputMethod>(BYTECODES_ELEMEN
[all...]
H A DPrinter.java32 import com.sun.hotspot.igv.data.InputMethod;
179 private void export(XMLWriter w, InputMethod method) throws IOException {
187 for (InputMethod m : method.getInlined()) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethodDescriptor.java100 public InputMethod createInputMethod() throws Exception {
/openjdk7/jdk/make/sun/awt/
H A DFILES_export_windows.gmk91 java/awt/im/spi/InputMethod.java \

Completed in 104 milliseconds