2016-07-28 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libjava / javax / print / ServiceUI.h
blob8ec373ac49b82bb85df8d2958a0b60bcf752d8d9
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_print_ServiceUI__
5 #define __javax_print_ServiceUI__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace java
16 namespace awt
18 class GraphicsConfiguration;
21 namespace javax
23 namespace print
25 class DocFlavor;
26 class PrintService;
27 class ServiceUI;
28 namespace attribute
30 class PrintRequestAttributeSet;
36 class javax::print::ServiceUI : public ::java::lang::Object
39 public:
40 ServiceUI();
41 static ::javax::print::PrintService * printDialog(::java::awt::GraphicsConfiguration *, jint, jint, JArray< ::javax::print::PrintService * > *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *);
42 static ::java::lang::Class class$;
45 #endif // __javax_print_ServiceUI__