2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_awt_ComponentOrientation__
5 #define __java_awt_ComponentOrientation__
9 #include <java/lang/Object.h>
16 class ComponentOrientation
;
21 class java::awt::ComponentOrientation
: public ::java::lang::Object
24 ComponentOrientation(jint
);
26 jboolean
isHorizontal();
27 jboolean
isLeftToRight();
28 static ::java::awt::ComponentOrientation
* getOrientation(::java::util::Locale
*);
29 static ::java::awt::ComponentOrientation
* getOrientation(::java::util::ResourceBundle
*);
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;
36 static ::java::awt::ComponentOrientation
* LEFT_TO_RIGHT
;
37 static ::java::awt::ComponentOrientation
* RIGHT_TO_LEFT
;
38 static ::java::awt::ComponentOrientation
* UNKNOWN
;
40 jint
__attribute__((aligned(__alignof__( ::java::lang::Object
)))) orientation
;
42 static ::java::lang::Class
class$
;
45 #endif // __java_awt_ComponentOrientation__