OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / dnd / DnDConstants.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_awt_dnd_DnDConstants__
5 #define __java_awt_dnd_DnDConstants__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16       namespace dnd
17       {
18           class DnDConstants;
19       }
20     }
21   }
22 }
23
24 class java::awt::dnd::DnDConstants : public ::java::lang::Object
25 {
26
27   DnDConstants();
28 public:
29   static const jint ACTION_NONE = 0;
30   static const jint ACTION_COPY = 1;
31   static const jint ACTION_MOVE = 2;
32   static const jint ACTION_COPY_OR_MOVE = 3;
33   static const jint ACTION_LINK = 1073741824;
34   static const jint ACTION_REFERENCE = 1073741824;
35   static ::java::lang::Class class$;
36 };
37
38 #endif // __java_awt_dnd_DnDConstants__