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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterStateReasons.java38 * Class PrinterStateReasons is a printing attribute class, a set of
44 * a Print Service's attribute set directly. Rather, a PrinterStateReasons
46 * PrinterStateReasons attribute contains zero, one, or more than one {@link
52 * PrinterStateReasons attribute when the corresponding condition becomes true
58 * Class PrinterStateReasons inherits its implementation from class {@link
64 * PrinterStateReasons is designed to be mutable; you can add {@link
66 * PrinterStateReasons object and remove them again. However, like class
67 * {@link java.util.HashMap java.util.HashMap}, class PrinterStateReasons is
68 * not multiple thread safe. If a PrinterStateReasons object will be used by
84 public final class PrinterStateReasons class in inherits:HashMap,PrintServiceAttribute
95 public PrinterStateReasons() { method in class:PrinterStateReasons
108 public PrinterStateReasons(int initialCapacity) { method in class:PrinterStateReasons
122 public PrinterStateReasons(int initialCapacity, float loadFactor) { method in class:PrinterStateReasons
145 public PrinterStateReasons(Map<PrinterStateReason,Severity> map) { method in class:PrinterStateReasons
[all...]

Completed in 29 milliseconds