Desktop$Action.h 953 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_awt_Desktop$Action__
  3. #define __java_awt_Desktop$Action__
  4. #pragma interface
  5. #include <java/lang/Enum.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace java
  10. {
  11. namespace awt
  12. {
  13. class Desktop$Action;
  14. }
  15. }
  16. }
  17. class java::awt::Desktop$Action : public ::java::lang::Enum
  18. {
  19. Desktop$Action(::java::lang::String *, jint);
  20. public:
  21. static JArray< ::java::awt::Desktop$Action * > * values();
  22. static ::java::awt::Desktop$Action * valueOf(::java::lang::String *);
  23. static ::java::awt::Desktop$Action * BROWSE;
  24. static ::java::awt::Desktop$Action * EDIT;
  25. static ::java::awt::Desktop$Action * MAIL;
  26. static ::java::awt::Desktop$Action * OPEN;
  27. static ::java::awt::Desktop$Action * PRINT;
  28. private:
  29. static JArray< ::java::awt::Desktop$Action * > * ENUM$VALUES;
  30. public:
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __java_awt_Desktop$Action__