natVMProxy.cc (run_proxy): Use _Jv_LookupProxyMethod to find the Method.
[gcc.git] / libjava / java / awt / ComponentOrientation.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_ComponentOrientation__
5 #define __java_awt_ComponentOrientation__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12 namespace java
13 {
14 namespace awt
15 {
16 class ComponentOrientation;
17 }
18 }
19 }
20
21 class java::awt::ComponentOrientation : public ::java::lang::Object
22 {
23
24 ComponentOrientation(jint);
25 public:
26 jboolean isHorizontal();
27 jboolean isLeftToRight();
28 static ::java::awt::ComponentOrientation * getOrientation(::java::util::Locale *);
29 static ::java::awt::ComponentOrientation * getOrientation(::java::util::ResourceBundle *);
30 private:
31 static const jlong serialVersionUID = -4113291392143563828LL;
32 static const jint UNKNOWN_ID = 1;
33 static const jint HORIZONTAL_ID = 2;
34 static const jint LEFT_TO_RIGHT_ID = 4;
35 public:
36 static ::java::awt::ComponentOrientation * LEFT_TO_RIGHT;
37 static ::java::awt::ComponentOrientation * RIGHT_TO_LEFT;
38 static ::java::awt::ComponentOrientation * UNKNOWN;
39 private:
40 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) orientation;
41 public:
42 static ::java::lang::Class class$;
43 };
44
45 #endif // __java_awt_ComponentOrientation__