AppletStub.h 870 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __java_applet_AppletStub__
  3. #define __java_applet_AppletStub__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace applet
  11. {
  12. class AppletContext;
  13. class AppletStub;
  14. }
  15. namespace net
  16. {
  17. class URL;
  18. }
  19. }
  20. }
  21. class java::applet::AppletStub : public ::java::lang::Object
  22. {
  23. public:
  24. virtual jboolean isActive() = 0;
  25. virtual ::java::net::URL * getDocumentBase() = 0;
  26. virtual ::java::net::URL * getCodeBase() = 0;
  27. virtual ::java::lang::String * getParameter(::java::lang::String *) = 0;
  28. virtual ::java::applet::AppletContext * getAppletContext() = 0;
  29. virtual void appletResize(jint, jint) = 0;
  30. static ::java::lang::Class class$;
  31. } __attribute__ ((java_interface));
  32. #endif // __java_applet_AppletStub__