summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/JEditorPane$PageLoader.h
blob: 6357e72a54d09fe08f2a841658301a1690d31cb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_JEditorPane$PageLoader__
#define __javax_swing_JEditorPane$PageLoader__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace java
  {
    namespace net
    {
        class URL;
    }
  }
  namespace javax
  {
    namespace swing
    {
        class JEditorPane;
        class JEditorPane$PageLoader;
        class JEditorPane$PageStream;
      namespace text
      {
          class Document;
      }
    }
  }
}

class javax::swing::JEditorPane$PageLoader : public ::java::lang::Object
{

public: // actually package-private
  JEditorPane$PageLoader(::javax::swing::JEditorPane *, ::javax::swing::text::Document *, ::java::io::InputStream *, ::java::net::URL *, ::java::net::URL *);
public:
  virtual void run();
public: // actually package-private
  virtual void cancel();
  static ::java::net::URL * access$0(::javax::swing::JEditorPane$PageLoader *);
  static ::javax::swing::JEditorPane * access$1(::javax::swing::JEditorPane$PageLoader *);
private:
  ::javax::swing::text::Document * __attribute__((aligned(__alignof__( ::java::lang::Object)))) doc;
  ::javax::swing::JEditorPane$PageStream * in;
  ::java::net::URL * old;
public: // actually package-private
  ::java::net::URL * page;
  ::javax::swing::JEditorPane * this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_JEditorPane$PageLoader__