Popup$LightweightPopup.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_Popup$LightweightPopup__
  3. #define __javax_swing_Popup$LightweightPopup__
  4. #pragma interface
  5. #include <javax/swing/Popup.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. class Component;
  13. }
  14. }
  15. namespace javax
  16. {
  17. namespace swing
  18. {
  19. class JLayeredPane;
  20. class JPanel;
  21. class Popup$LightweightPopup;
  22. }
  23. }
  24. }
  25. class javax::swing::Popup$LightweightPopup : public ::javax::swing::Popup
  26. {
  27. public:
  28. Popup$LightweightPopup(::java::awt::Component *, ::java::awt::Component *, jint, jint);
  29. virtual void show();
  30. virtual void hide();
  31. public: // actually package-private
  32. ::java::awt::Component * __attribute__((aligned(__alignof__( ::javax::swing::Popup)))) owner;
  33. ::java::awt::Component * contents;
  34. jint x;
  35. jint y;
  36. private:
  37. ::javax::swing::JPanel * panel;
  38. ::javax::swing::JLayeredPane * layeredPane;
  39. public:
  40. static ::java::lang::Class class$;
  41. };
  42. #endif // __javax_swing_Popup$LightweightPopup__