KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt
Class JobAttributes.DialogType

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

public static final JobAttributes.DialogType COMMON
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.DialogType NATIVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobAttributes.DialogType NONE
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