OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / gnu / awt / LightweightRedirector.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __gnu_awt_LightweightRedirector__
5 #define __gnu_awt_LightweightRedirector__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace gnu
15   {
16     namespace awt
17     {
18         class LightweightRedirector;
19     }
20   }
21   namespace java
22   {
23     namespace awt
24     {
25         class AWTEvent;
26         class Component;
27       namespace event
28       {
29           class InputEvent;
30           class MouseEvent;
31       }
32     }
33   }
34 }
35
36 class gnu::awt::LightweightRedirector : public ::java::lang::Object
37 {
38
39 public:
40   LightweightRedirector();
41   virtual ::java::awt::AWTEvent * redirect(::java::awt::AWTEvent *);
42 public: // actually package-private
43   virtual ::java::awt::event::MouseEvent * redirectMouse(::java::awt::event::MouseEvent *);
44   virtual jint getButtonNumber(::java::awt::event::InputEvent *);
45   static const jint LAST_BUTTON_NUMBER = 3;
46   JArray< ::java::awt::Component * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) releaseTargets;
47 public:
48   static ::java::lang::Class class$;
49 };
50
51 #endif // __gnu_awt_LightweightRedirector__