exp_ch9.adb (Build_Simple_Entry_Call): Set_Is_Internal on the temporary object used...
[official-gcc.git] / libjava / java / awt / ComponentOrientation.h
blobfe3ef9c17404ef550fc3a30cbd8b9a9bc5c3e19c
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_ComponentOrientation__
5 #define __java_awt_ComponentOrientation__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class ComponentOrientation;
21 class java::awt::ComponentOrientation : public ::java::lang::Object
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$;
45 #endif // __java_awt_ComponentOrientation__