KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > ServiceUIFactory

javax.print
Class ServiceUIFactory

java.lang.Object
  extended by javax.print.ServiceUIFactory
See Also:
Source Code

public static final int ABOUT_UIROLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int ADMIN_UIROLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String DIALOG_UI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Object getUI(int role,
                             String ui)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String[] getUIClassNamesForRole(int role)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String JCOMPONENT_UI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String JDIALOG_UI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int MAIN_UIROLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String PANEL_UI
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int RESERVED_UIROLE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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

Popular Tags