gcc/libjava/javax/swing/text/html/ImageView$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

46 lines
1 KiB
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_ImageView$1__
#define __javax_swing_text_html_ImageView$1__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
class View;
namespace html
{
class ImageView;
class ImageView$1;
}
}
}
}
}
class javax::swing::text::html::ImageView$1 : public ::java::lang::Object
{
public: // actually package-private
ImageView$1(::javax::swing::text::html::ImageView *, ::javax::swing::text::View *, jboolean, jboolean);
public:
virtual void run();
public: // actually package-private
::javax::swing::text::html::ImageView * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
private:
::javax::swing::text::View * val$v;
jboolean val$width;
jboolean val$height;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_ImageView$1__