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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DFormatter.java30 * A Formatter provides support for formatting LogRecords.
32 * Typically each logging Handler will have a Formatter associated
33 * with it. The Formatter takes a LogRecord and converts it to
43 public abstract class Formatter { class
48 protected Formatter() { method in class:Formatter
56 * It is recommended to use the {@link Formatter#formatMessage}
94 * method is provided as a convenience for Formatter subclasses to
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DConstants.java69 static Formatter getFormatter() {
70 return new Formatter(new StringBuilder());
81 static Formatter getFormatter(StringBuilder buf) {
82 return new Formatter(buf);
92 static class Formatter { class in class:Constants
96 private Formatter(StringBuilder buf) { method in class:Constants.Formatter
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java32 class Formatter { class
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java46 static class Formatter { class in class:HTMLGenerator
50 Formatter(boolean h) { method in class:HTMLGenerator.Formatter
70 void append(Formatter s) {
224 Formatter buf = new Formatter(genHTML);
247 Formatter buf = new Formatter(genHTML);
259 Formatter buf = new Formatter(genHTML);
266 Formatter bu
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java83 * Formatter formatter = new Formatter(sb, Locale.US);
423 * instance of the Java virtual machine. The Formatter's locale will
673 * methods of {@code Formatter} as well as by any {@code format} convenience
1586 * instance of the Java virtual machine. The Formatter's locale will
1836 public final class Formatter implements Closeable, Flushable { class in inherits:Closeable,Flushable
1874 private Formatter(Locale l, Appendable a) { method in class:Formatter
1880 private Formatter(Charset charset, Locale l, File file) method in class:Formatter
1897 public Formatter() { method in class:Formatter
1911 public Formatter(Appendabl method in class:Formatter
1928 public Formatter(Locale l) { method in class:Formatter
1944 public Formatter(Appendable a, Locale l) { method in class:Formatter
1975 public Formatter(String fileName) throws FileNotFoundException { method in class:Formatter
2010 public Formatter(String fileName, String csn) method in class:Formatter
2049 public Formatter(String fileName, String csn, Locale l) method in class:Formatter
2082 public Formatter(File file) throws FileNotFoundException { method in class:Formatter
2117 public Formatter(File file, String csn) method in class:Formatter
2156 public Formatter(File file, String csn, Locale l) method in class:Formatter
2175 public Formatter(PrintStream ps) { method in class:Formatter
2194 public Formatter(OutputStream os) { method in class:Formatter
2217 public Formatter(OutputStream os, String csn) method in class:Formatter
2243 public Formatter(OutputStream os, String csn, Locale l) method in class:Formatter
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c2770 void CMSEXPORT cmsIT8DefineDblFormat(cmsHANDLE hIT8, const char* Formatter) argument
2776 if (Formatter == NULL)
2779 strcpy(it8->DoubleFormatter, Formatter);

Completed in 111 milliseconds