WindowConstants.h 661 B

123456789101112131415161718192021222324252627282930313233
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_WindowConstants__
  3. #define __javax_swing_WindowConstants__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. class WindowConstants;
  13. }
  14. }
  15. }
  16. class javax::swing::WindowConstants : public ::java::lang::Object
  17. {
  18. public:
  19. static const jint DO_NOTHING_ON_CLOSE = 0;
  20. static const jint HIDE_ON_CLOSE = 1;
  21. static const jint DISPOSE_ON_CLOSE = 2;
  22. static const jint EXIT_ON_CLOSE = 3;
  23. static ::java::lang::Class class$;
  24. } __attribute__ ((java_interface));
  25. #endif // __javax_swing_WindowConstants__