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

/openjdk7/jdk/src/share/classes/javax/print/
H A DStreamPrintServiceFactory.java40 * A <code>StreamPrintServiceFactory</code> is the factory for
59 public abstract class StreamPrintServiceFactory { class
107 public static StreamPrintServiceFactory[]
112 return (StreamPrintServiceFactory[])
113 (list.toArray(new StreamPrintServiceFactory[list.size()]));
166 synchronized (StreamPrintServiceFactory.class) {
179 Iterator<StreamPrintServiceFactory> iterator =
181 (StreamPrintServiceFactory.class).iterator();
222 StreamPrintServiceFactory factory =
223 (StreamPrintServiceFactory)iterato
[all...]

Completed in 30 milliseconds