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

/openjdk7/jdk/src/share/classes/javax/print/
H A DDoc.java96 * <code>getReaderForText()</code> or <code>getStreamForBytes()</code>
180 public Reader getReaderForText() throws IOException; method in interface:Doc
H A DSimpleDoc.java185 public Reader getReaderForText() throws IOException { method in class:SimpleDoc
/openjdk7/jdk/src/share/classes/sun/print/
H A DPageableDoc.java60 public Reader getReaderForText() method in class:PageableDoc
/openjdk7/jdk/test/javax/print/attribute/autosense/
H A DPrintAutoSenseData.java126 public Reader getReaderForText() method in class:URLDoc
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DCollate2DPrintingTest.java117 public Reader getReaderForText() { method in class:Collate2DPrintingTest
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DDataFlavor.java198 * @deprecated as of 1.3. Use <code>DataFlavor.getReaderForText(Transferable)</code>
767 public Reader getReaderForText(Transferable transferable) method in class:DataFlavor

Completed in 44 milliseconds