123456789101112131415161718192021222324252627282930313233343536373839404142 |
- // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
- #ifndef __java_awt_Desktop$Action__
- #define __java_awt_Desktop$Action__
- #pragma interface
- #include <java/lang/Enum.h>
- #include <gcj/array.h>
- extern "Java"
- {
- namespace java
- {
- namespace awt
- {
- class Desktop$Action;
- }
- }
- }
- class java::awt::Desktop$Action : public ::java::lang::Enum
- {
- Desktop$Action(::java::lang::String *, jint);
- public:
- static JArray< ::java::awt::Desktop$Action * > * values();
- static ::java::awt::Desktop$Action * valueOf(::java::lang::String *);
- static ::java::awt::Desktop$Action * BROWSE;
- static ::java::awt::Desktop$Action * EDIT;
- static ::java::awt::Desktop$Action * MAIL;
- static ::java::awt::Desktop$Action * OPEN;
- static ::java::awt::Desktop$Action * PRINT;
- private:
- static JArray< ::java::awt::Desktop$Action * > * ENUM$VALUES;
- public:
- static ::java::lang::Class class$;
- };
- #endif // __java_awt_Desktop$Action__
|