JEditorPane$PageLoader.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JEditorPane$PageLoader__
  3. #define __javax_swing_JEditorPane$PageLoader__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace net
  11. {
  12. class URL;
  13. }
  14. }
  15. namespace javax
  16. {
  17. namespace swing
  18. {
  19. class JEditorPane;
  20. class JEditorPane$PageLoader;
  21. class JEditorPane$PageStream;
  22. namespace text
  23. {
  24. class Document;
  25. }
  26. }
  27. }
  28. }
  29. class javax::swing::JEditorPane$PageLoader : public ::java::lang::Object
  30. {
  31. public: // actually package-private
  32. JEditorPane$PageLoader(::javax::swing::JEditorPane *, ::javax::swing::text::Document *, ::java::io::InputStream *, ::java::net::URL *, ::java::net::URL *);
  33. public:
  34. virtual void run();
  35. public: // actually package-private
  36. virtual void cancel();
  37. static ::java::net::URL * access$0(::javax::swing::JEditorPane$PageLoader *);
  38. static ::javax::swing::JEditorPane * access$1(::javax::swing::JEditorPane$PageLoader *);
  39. private:
  40. ::javax::swing::text::Document * __attribute__((aligned(__alignof__( ::java::lang::Object)))) doc;
  41. ::javax::swing::JEditorPane$PageStream * in;
  42. ::java::net::URL * old;
  43. public: // actually package-private
  44. ::java::net::URL * page;
  45. ::javax::swing::JEditorPane * this$0;
  46. public:
  47. static ::java::lang::Class class$;
  48. };
  49. #endif // __javax_swing_JEditorPane$PageLoader__