URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [ServiceUI.h] - Rev 848
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __javax_print_ServiceUI__ #define __javax_print_ServiceUI__ #pragma interface #include <java/lang/Object.h> #include <gcj/array.h> extern "Java" { namespace java { namespace awt { class GraphicsConfiguration; } } namespace javax { namespace print { class DocFlavor; class PrintService; class ServiceUI; namespace attribute { class PrintRequestAttributeSet; } } } } class javax::print::ServiceUI : public ::java::lang::Object { public: ServiceUI(); static ::javax::print::PrintService * printDialog(::java::awt::GraphicsConfiguration *, jint, jint, JArray< ::javax::print::PrintService * > *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *); static ::java::lang::Class class$; }; #endif // __javax_print_ServiceUI__
Go to most recent revision | Compare with Previous | Blame | View Log