OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [print/] [ServiceUI.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_print_ServiceUI__
5
#define __javax_print_ServiceUI__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace awt
17
    {
18
        class GraphicsConfiguration;
19
    }
20
  }
21
  namespace javax
22
  {
23
    namespace print
24
    {
25
        class DocFlavor;
26
        class PrintService;
27
        class ServiceUI;
28
      namespace attribute
29
      {
30
          class PrintRequestAttributeSet;
31
      }
32
    }
33
  }
34
}
35
 
36
class javax::print::ServiceUI : public ::java::lang::Object
37
{
38
 
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$;
43
};
44
 
45
#endif // __javax_print_ServiceUI__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.