JEditorPane$2.h 764 B

123456789101112131415161718192021222324252627282930313233343536
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JEditorPane$2__
  3. #define __javax_swing_JEditorPane$2__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. class JEditorPane$2;
  13. class JEditorPane$PageLoader;
  14. }
  15. }
  16. }
  17. class javax::swing::JEditorPane$2 : public ::java::lang::Object
  18. {
  19. public: // actually package-private
  20. JEditorPane$2(::javax::swing::JEditorPane$PageLoader *);
  21. public:
  22. virtual void run();
  23. public: // actually package-private
  24. ::javax::swing::JEditorPane$PageLoader * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$1;
  25. public:
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __javax_swing_JEditorPane$2__