Popup.h 653 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_Popup__
  3. #define __javax_swing_Popup__
  4. #pragma interface
  5. #include <java/lang/Object.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 Popup;
  20. }
  21. }
  22. }
  23. class javax::swing::Popup : public ::java::lang::Object
  24. {
  25. public: // actually protected
  26. Popup(::java::awt::Component *, ::java::awt::Component *, jint, jint);
  27. Popup();
  28. public:
  29. virtual void show();
  30. virtual void hide();
  31. static ::java::lang::Class class$;
  32. };
  33. #endif // __javax_swing_Popup__