gcc/libjava/javax/swing/text/html/FormView$1.h
Matthias Klose e1ab4b422f re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13  Matthias Klose  <doko@ubuntu.com>

        PR libgcj/42676
        * Regenerate .h files for anonymous inner classes.

From-SVN: r157422
2010-03-13 14:27:27 +00:00

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