2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$PageLoader__
5 #define __javax_swing_JEditorPane$PageLoader__
9 #include <java/lang/Object.h>
24 class JEditorPane$PageLoader
;
25 class JEditorPane$PageStream
;
34 class javax::swing::JEditorPane$PageLoader
: public ::java::lang::Object
37 public: // actually package-private
38 JEditorPane$
PageLoader(::javax::swing::JEditorPane
*, ::javax::swing::text::Document
*, ::java::io::InputStream
*, ::java::net::URL
*, ::java::net::URL
*);
41 public: // actually package-private
42 virtual void cancel();
43 static ::java::net::URL
* access$
0(::javax::swing::JEditorPane$PageLoader
*);
44 static ::javax::swing::JEditorPane
* access$
1(::javax::swing::JEditorPane$PageLoader
*);
46 ::javax::swing::text::Document
* __attribute__((aligned(__alignof__( ::java::lang::Object
)))) doc
;
47 ::javax::swing::JEditorPane$PageStream
* in
;
48 ::java::net::URL
* old
;
49 public: // actually package-private
50 ::java::net::URL
* page
;
51 ::javax::swing::JEditorPane
* this$
0;
53 static ::java::lang::Class
class$
;
56 #endif // __javax_swing_JEditorPane$PageLoader__