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

/openjdk7/jdk/src/share/classes/java/util/spi/
H A DCurrencyNameProvider.java95 public String getDisplayName(String currencyCode, Locale locale) { method in class:CurrencyNameProvider
H A DTimeZoneNameProvider.java77 * @see java.util.TimeZone#getDisplayName(boolean, int, java.util.Locale)
79 public abstract String getDisplayName(String ID, boolean daylight, int style, Locale locale); method in class:TimeZoneNameProvider
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DCurrencyNameProviderImpl.java64 public String getDisplayName(String c, Locale locale) { method in class:CurrencyNameProviderImpl
H A DTimeZoneNameProviderImpl.java131 public String getDisplayName(String id, boolean dst, int style, Locale language) { method in class:TimeZoneNameProviderImpl
/openjdk7/jdk/src/share/classes/sun/awt/shell/
H A DDefaultShellFolder.java102 public String getDisplayName() { method in class:DefaultShellFolder
H A DShellFolder.java156 public abstract String getDisplayName(); method in class:ShellFolder
426 return (isFileSystem() ? super.toString() : getDisplayName());
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DAbstractColorChooserPanel.java83 public abstract String getDisplayName(); method in class:AbstractColorChooserPanel
108 * <code>getDisplayName</code> that should be visually identified as the
117 * the <code>getDisplayName</code>.
H A DColorChooserPanel.java155 public String getDisplayName() { method in class:ColorChooserPanel
H A DDefaultSwatchChooserPanel.java68 public String getDisplayName() { method in class:DefaultSwatchChooserPanel
97 * <code>getDisplayName</code> that should be visually identified as the
106 * the <code>getDisplayName</code>.
149 getDisplayName());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DLocalVirtualMachine.java60 this.displayName = getDisplayName(commandLine);
63 private static String getDisplayName(String commandLine) { method in class:LocalVirtualMachine
H A DVMPanel.java407 String displayName = getDisplayName();
631 public String getDisplayName() { method in class:VMPanel
632 return proxyClient.getDisplayName();
H A DProxyClient.java511 public String getDisplayName() { method in class:ProxyClient
/openjdk7/jdk/src/share/classes/sun/util/
H A DBuddhistCalendar.java176 public String getDisplayName(int field, int style, Locale locale) { method in class:BuddhistCalendar
178 return super.getDisplayName(field, style, locale);
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DEra.java96 public String getDisplayName(Locale locale) { method in class:Era
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dbarprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
/openjdk7/jdk/src/share/classes/java/beans/
H A DFeatureDescriptor.java86 public String getDisplayName() { method in class:FeatureDescriptor
172 return getDisplayName();
/openjdk7/jdk/src/share/classes/java/net/
H A DNetworkInterface.java245 public String getDisplayName() { method in class:NetworkInterface
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java145 * A style specifier for <code>getDisplayName()</code> indicating
153 * A style specifier for <code>getDisplayName()</code> indicating
307 * getDisplayName(false, {@link #LONG},
313 * @see #getDisplayName(boolean, int, Locale)
317 public final String getDisplayName() { method in class:TimeZone
318 return getDisplayName(false, LONG,
328 * getDisplayName(false, {@link #LONG}, locale)
335 * @see #getDisplayName(boolean, int, Locale)
337 public final String getDisplayName(Locale locale) { method in class:TimeZone
338 return getDisplayName(fals
365 public final String getDisplayName(boolean daylight, int style) { method in class:TimeZone
398 public String getDisplayName(boolean daylight, int style, Locale locale) { method in class:TimeZone
[all...]
H A DCurrency.java534 public String getDisplayName() { method in class:Currency
535 return getDisplayName(Locale.getDefault(Locale.Category.DISPLAY));
549 public String getDisplayName(Locale locale) { method in class:Currency
638 return currencyNameProvider.getDisplayName(key, locale);
H A DJapaneseImperialCalendar.java937 public String getDisplayName(int field, int style, Locale locale) { method in class:JapaneseImperialCalendar
H A DLocale.java1193 * @see #getDisplayName
1736 public final String getDisplayName() { method in class:Locale
1737 return getDisplayName(getDefault(Category.DISPLAY));
1760 public String getDisplayName(Locale inLocale) { method in class:Locale
H A DCalendar.java717 * A style specifier for {@link #getDisplayName(int, int, Locale)
718 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
727 * A style specifier for {@link #getDisplayName(int, int, Locale)
728 * getDisplayName} and {@link #getDisplayNames(int, int, Locale)
1412 public String getDisplayName(int field, int style, Locale locale) { method in class:Calendar
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyParser.java995 public String getDisplayName() { method in class:PolicyParser.PrincipalEntry
996 return getDisplayName(false);
999 public String getDisplayName(boolean addQuote) { method in class:PolicyParser.PrincipalEntry
1011 return getDisplayClass() + "/" + getDisplayName();
1013 return getDisplayName();
1056 getDisplayName(true));
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java110 public String getDisplayName() { method in class:GTKColorChooserPanel
115 * Returns the mnemonic to use with <code>getDisplayName</code>.
/openjdk7/jdk/src/windows/classes/sun/awt/shell/
H A DWin32ShellFolder2.java847 public String getDisplayName() { method in class:Win32ShellFolder2

Completed in 164 milliseconds