KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > PrinterStateReasons

javax.print.attribute.standard
Class PrinterStateReasons

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<PrinterStateReason,Severity>
          extended by javax.print.attribute.standard.PrinterStateReasons
All Implemented Interfaces:
Serializable, Cloneable, Map<PrinterStateReason,Severity>, Attribute, PrintServiceAttribute
See Also:
Source Code, java.util.Collections, PrinterState

public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterStateReasons()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterStateReasons(int initialCapacity)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterStateReasons(int initialCapacity,
                           float loadFactor)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public PrinterStateReasons(Map<PrinterStateReason,Severity> map)
See Also:
ClassCastException, NullPointerException, HashMap(Map)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Set<PrinterStateReason> printerStateReasonSet(Severity severity)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Severity put(PrinterStateReason reason,
                    Severity severity)
See Also:
ClassCastException, NullPointerException, HashMap, put, Map, put
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags