blob: 99a5627f15aaa9ecf86c707011e35c23ee6c8cb3 (
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
57
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_FormView$1__
#define __javax_swing_text_html_FormView$1__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace java
{
namespace net
{
class URL;
}
}
namespace javax
{
namespace swing
{
class JEditorPane;
namespace text
{
namespace html
{
class FormView$1;
class FormView$SubmitThread;
class HTMLDocument;
}
}
}
}
}
class javax::swing::text::html::FormView$1 : public ::java::lang::Object
{
public: // actually package-private
FormView$1(::javax::swing::text::html::FormView$SubmitThread *, ::javax::swing::text::html::HTMLDocument *, ::javax::swing::JEditorPane *, ::java::lang::String *, ::java::net::URL *, ::java::lang::String *, ::java::net::URL *);
public:
virtual void run();
public: // actually package-private
::javax::swing::text::html::FormView$SubmitThread * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$1;
private:
::javax::swing::text::html::HTMLDocument * val$doc;
::javax::swing::JEditorPane * val$editor;
::java::lang::String * val$method;
::java::net::URL * val$actionURL;
::java::lang::String * val$target;
::java::net::URL * val$url;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_FormView$1__
|