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

/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodPopupMenu.java78 abstract void addMenuItem(String label, String command, String currentSelection); argument
81 String currentSelection);
83 void addOneInputMethodToMenu(InputMethodLocator locator, String currentSelection) { argument
100 addMenuItem(label, null, currentSelection);
109 addMenuItem(label, command, currentSelection);
117 addMenuItem(submenu, subLabel, subCommand, currentSelection);
123 * Returns whether command indicates the same input method as currentSelection,
124 * taking into account that command may not specify a locale where currentSelection does.
126 static boolean isSelected(String command, String currentSelection) { argument
127 if (command == null || currentSelection
80 addMenuItem(Object targetMenu, String label, String command, String currentSelection) argument
201 addMenuItem(String label, String command, String currentSelection) argument
205 addMenuItem(Object targetMenu, String label, String command, String currentSelection) argument
259 addMenuItem(String label, String command, String currentSelection) argument
263 addMenuItem(Object targetMenu, String label, String command, String currentSelection) argument
[all...]

Completed in 37 milliseconds