2016-04-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / libjava / javax / swing / JEditorPane$PageLoader.h
blob6357e72a54d09fe08f2a841658301a1690d31cb7
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$PageLoader__
5 #define __javax_swing_JEditorPane$PageLoader__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace net
16 class URL;
19 namespace javax
21 namespace swing
23 class JEditorPane;
24 class JEditorPane$PageLoader;
25 class JEditorPane$PageStream;
26 namespace text
28 class Document;
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 *);
39 public:
40 virtual void run();
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 *);
45 private:
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;
52 public:
53 static ::java::lang::Class class$;
56 #endif // __javax_swing_JEditorPane$PageLoader__