/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/ |
H A D | GTKConstants.java | 42 MENU, enum constant in enum:GTKConstants.IconSize
|
H A D | GTKStyleFactory.java | 95 } else if (id == Region.MENU) {
|
H A D | GTKGraphicsUtils.java | 139 (id == Region.MENU ||
|
H A D | GTKLookAndFeel.java | 221 || region == Region.MENU 242 if (region == Region.MENU) { 794 "Menu.font", new FontLazyValue(Region.MENU),
|
H A D | GTKEngine.java | 73 INTERNAL_FRAME, INTERNAL_FRAME_TITLE_PANE, IMAGE, LABEL, LIST, MENU, enum constant in enum:GTKEngine.WidgetType 209 regionToWidgetTypeMap.put(Region.MENU, WidgetType.MENU);
|
H A D | GTKStyle.java | 158 id == Region.MENU || 339 else if (id == Region.MENU ||
|
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/ |
H A D | TMSchema.java | 71 MENU, enum constant in enum:TMSchema.Control 88 MENU (Control.MENU, 0), // Special case, not in native enum constant in enum:TMSchema.Part 89 MP_BARBACKGROUND (Control.MENU, 7), 90 MP_BARITEM (Control.MENU, 8), 91 MP_POPUPBACKGROUND (Control.MENU, 9), 92 MP_POPUPBORDERS (Control.MENU, 10), 93 MP_POPUPCHECK (Control.MENU, 11), 94 MP_POPUPCHECKBACKGROUND (Control.MENU, 12), 95 MP_POPUPGUTTER (Control.MENU, 1 [all...] |
H A D | WindowsLookAndFeel.java | 1718 Object popupMenuBorder = new XPBorderValue(Part.MENU, 1811 Object popupMenuBorder = new XPBorderValue(Part.MENU,
|
H A D | XPStyle.java | 262 if (part == Part.MENU) {
|
/openjdk7/jdk/src/share/classes/java/awt/ |
H A D | SystemColor.java | 127 public final static int MENU = 10; field in class:SystemColor 329 public final static SystemColor menu = new SystemColor((byte)MENU);
|
H A D | Menu.java | 625 return AccessibleRole.MENU;
|
/openjdk7/jdk/src/share/classes/javax/accessibility/ |
H A D | AccessibleRole.java | 269 * @see #MENU 280 * @see #MENU 300 public static final AccessibleRole MENU field in class:AccessibleRole 321 * @see #MENU
|
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/ |
H A D | HtmlTag.java | 62 MENU, enum constant in enum:HtmlTag
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/ |
H A D | Region.java | 177 public static final Region MENU = new Region("Menu", false); field in class:Region 448 map.put("MenuUI", MENU);
|
H A D | SynthBorder.java | 97 region == Region.MENU || region == Region.MENU_ITEM ||
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | MotifColorUtilities.java | 446 systemColors[SystemColor.MENU] = colors[1]; 512 systemColors[SystemColor.MENU] = MotifColorUtilities.DEFAULT_COLOR;
|
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/ |
H A D | Utils.java | 110 } else if (Region.MENU.getName().equals(regionName)) { 111 return "MENU";
|
/openjdk7/jdk/src/share/classes/javax/swing/text/html/ |
H A D | HTML.java | 202 public static final Tag MENU = new Tag("menu", true, true); field in class:HTML.Tag 271 I, IMG, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU, 587 * I, IMG, INPUT, ISINDEX, KBD, LI, LINK, MAP, MENU,
|
H A D | HTMLEditorKit.java | 1064 * <td>HTML.Tag.MENU<td>ListView 1151 } else if ((kind == HTML.Tag.MENU) ||
|
H A D | HTMLDocument.java | 2133 * <tr><td><code>HTML.Tag.MENU</code> <td>BlockAction 2246 tagMap.put(HTML.Tag.MENU, ba);
|
/openjdk7/jdk/src/solaris/native/sun/awt/ |
H A D | gtk2_interface.h | 76 MENU, /* GtkMenu */ enumerator in enum:_WidgetType
|
H A D | gtk2_interface.c | 1328 case MENU: 1525 widget_type == MENU ||
|
/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | JMenu.java | 1455 return AccessibleRole.MENU;
|
/openjdk7/jdk/src/macosx/classes/apple/laf/ |
H A D | JRSUIConstants.java | 707 public static final Widget MENU = new Widget(_menu); field in class:JRSUIConstants.Widget
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Window.cpp | 57 const int MENU = 2; variable 1226 windowTYPESFID[MENU] = env->GetStaticFieldID(cls, "MENU_WINDOW_TYPE", "I"); 1247 } else if (windowType == windowTYPES[MENU] || windowType == windowTYPES[SUBMENU] || 1258 if (windowType == windowTYPES[MENU]) {
|