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

/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DDataLine.java359 * the set returned by <code>getFormats()</code>. The reverse is not
361 * <code>true</code> for all formats returned by <code>getFormats()</code>.
375 public AudioFormat[] getFormats() { method in class:DataLine.Info
389 * @see #getFormats
454 AudioFormat[] localFormats = getFormats();
480 } else if (getFormats().length > 1) {
481 buf.append(" supporting " + getFormats().length + " audio formats");
/openjdk7/jdk/src/share/classes/java/text/
H A DChoiceFormat.java357 public Object[] getFormats() { method in class:ChoiceFormat
H A DMessageFormat.java745 public Format[] getFormats() { method in class:MessageFormat
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSelection.java229 targets = getFormats(targetsGetter);
237 static long[] getFormats(WindowPropertyGetter targetsGetter) { method in class:XSelection
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java913 * resource bundle. It uses the default controls' {@link Control#getFormats
914 * getFormats} method, which generates two bundle names for each generated
1050 * <li>The {@link ResourceBundle.Control#getFormats(String)
1051 * control.getFormats} method is called to get resource bundle formats
1282 List<String> formats = control.getFormats(baseName);
1284 throw new IllegalArgumentException("Invalid Control: getFormats");
1428 // specified by the getFormats() value.
1829 * <p>The formats returned by the {@link Control#getFormats(String)
1830 * getFormats} method and candidate locales returned by the {@link
1836 * <code>"java.class"</code> is returned by the <code>getFormats</cod
2113 public List<String> getFormats(String baseName) { method in class:ResourceBundle.Control
2883 public List<String> getFormats(String baseName) { method in class:ResourceBundle.SingleFormatControl
[all...]

Completed in 1840 milliseconds