ServiceUI.h 964 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_print_ServiceUI__
  3. #define __javax_print_ServiceUI__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace awt
  12. {
  13. class GraphicsConfiguration;
  14. }
  15. }
  16. namespace javax
  17. {
  18. namespace print
  19. {
  20. class DocFlavor;
  21. class PrintService;
  22. class ServiceUI;
  23. namespace attribute
  24. {
  25. class PrintRequestAttributeSet;
  26. }
  27. }
  28. }
  29. }
  30. class javax::print::ServiceUI : public ::java::lang::Object
  31. {
  32. public:
  33. ServiceUI();
  34. static ::javax::print::PrintService * printDialog(::java::awt::GraphicsConfiguration *, jint, jint, JArray< ::javax::print::PrintService * > *, ::javax::print::PrintService *, ::javax::print::DocFlavor *, ::javax::print::attribute::PrintRequestAttributeSet *);
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __javax_print_ServiceUI__