gcc/libjava/javax/swing/text/html/FormView$1.h
Tom Tromey 97b8365caf Merged gcj-eclipse branch to trunk.
From-SVN: r120621
2007-01-09 19:58:05 +00:00

58 lines
1.4 KiB
C++

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