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

/openjdk7/jdk/src/share/classes/javax/print/
H A DDoc.java36 * Interface Doc specifies the interface for an object that supplies one piece
37 * of print data for a Print Job. "Doc" is a short, easy-to-pronounce term
39 * object that implements interface Doc, and the Print Job calls methods on
40 * that object to obtain the print data. The Doc interface lets a Print Job:
61 * Each method in an implementation of interface Doc is permitted always to
78 * Interface Doc affords considerable implementation flexibility. The print data
90 * interface Doc must be designed to be multiple thread safe.
93 * Doc.
95 * If print data is obtained from the client as a stream, by calling Doc's
104 * a stream does not mean that it will, with the implications that Doc
110 public interface Doc { interface
[all...]
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DDoc.java34 * run of javadoc. All Doc objects are unique, that is, they
41 public interface Doc extends Comparable<Object> { interface in inherits:Comparable
50 * Return all tags in this Doc item.
53 * this Doc item.
59 * this Doc item.
62 * this Doc item of kind "@serial" will be returned.
71 * Return the see also tags in this Doc item.
133 * Returns the non-qualified name of this Doc item.
155 * Is this Doc item a field (but not an enum constant)?
162 * Is this Doc ite
[all...]

Completed in 29 milliseconds