JMenu$WinListener.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JMenu$WinListener__
  3. #define __javax_swing_JMenu$WinListener__
  4. #pragma interface
  5. #include <java/awt/event/WindowAdapter.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. namespace event
  13. {
  14. class WindowEvent;
  15. }
  16. }
  17. }
  18. namespace javax
  19. {
  20. namespace swing
  21. {
  22. class JMenu;
  23. class JMenu$WinListener;
  24. class JPopupMenu;
  25. }
  26. }
  27. }
  28. class javax::swing::JMenu$WinListener : public ::java::awt::event::WindowAdapter
  29. {
  30. public:
  31. JMenu$WinListener(::javax::swing::JMenu *, ::javax::swing::JPopupMenu *);
  32. virtual void windowClosing(::java::awt::event::WindowEvent *);
  33. private:
  34. static const jlong serialVersionUID = -6415815570638474823LL;
  35. public: // actually package-private
  36. ::javax::swing::JMenu * __attribute__((aligned(__alignof__( ::java::awt::event::WindowAdapter)))) this$0;
  37. public:
  38. static ::java::lang::Class class$;
  39. };
  40. #endif // __javax_swing_JMenu$WinListener__