// 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 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__