Searched refs:getDisplayString (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11GraphicsEnvironment.java180 private static native String getDisplayString(); method in class:X11GraphicsEnvironment
239 String display = getDisplayString();
/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java1580 return getDisplayString(baseLocale.getLanguage(), inLocale, DISPLAY_LANGUAGE);
1606 return getDisplayString(baseLocale.getScript(), inLocale, DISPLAY_SCRIPT);
1641 return getDisplayString(baseLocale.getRegion(), inLocale, DISPLAY_COUNTRY);
1644 private String getDisplayString(String code, Locale inLocale, int type) { method in class:Locale
1936 names[i] = getDisplayString(tokenizer.nextToken(),
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java3225 String label = getDisplayString(path, true, leaf);
3249 String getDisplayString(TreePath path, boolean selected, boolean leaf) { method in class:BasicTreeUI.TreeTransferHandler

Completed in 128 milliseconds