Searched defs:InputMethod (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/im/spi/
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}
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
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...]

Completed in 58 milliseconds