KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > JobAttributes.DefaultSelectionType

java.awt
Class JobAttributes.DefaultSelectionType

java.lang.Object
  extended by java.awt.JobAttributes.DefaultSelectionType
Enclosing class:
JobAttributes
See Also:
Source Code

public static final JobAttributes.DefaultSelectionType ALL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobAttributes.DefaultSelectionType RANGE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobAttributes.DefaultSelectionType SELECTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags