natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.
[gcc.git] / libjava / java / awt / GraphicsConfigTemplate.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_GraphicsConfigTemplate__
5 #define __java_awt_GraphicsConfigTemplate__
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 GraphicsConfigTemplate;
19 class GraphicsConfiguration;
20 }
21 }
22 }
23
24 class java::awt::GraphicsConfigTemplate : public ::java::lang::Object
25 {
26
27 public:
28 GraphicsConfigTemplate();
29 virtual ::java::awt::GraphicsConfiguration * getBestConfiguration(JArray< ::java::awt::GraphicsConfiguration * > *) = 0;
30 virtual jboolean isGraphicsConfigSupported(::java::awt::GraphicsConfiguration *) = 0;
31 private:
32 static const jlong serialVersionUID = -8061369279557787079LL;
33 public:
34 static const jint REQUIRED = 1;
35 static const jint PREFERRED = 2;
36 static const jint UNNECESSARY = 3;
37 static ::java::lang::Class class$;
38 };
39
40 #endif // __java_awt_GraphicsConfigTemplate__