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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [ComponentOrientation.h] - Blame information for rev 774

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
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__

powered by: WebSVN 2.1.0

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