Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey 2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions

View file

@ -0,0 +1,49 @@
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_swing_text_html_ImageViewIconFactory$NoImageIcon__
#define __gnu_javax_swing_text_html_ImageViewIconFactory$NoImageIcon__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace swing
{
namespace text
{
namespace html
{
class ImageViewIconFactory$NoImageIcon;
}
}
}
}
}
namespace java
{
namespace awt
{
class Component;
class Graphics;
}
}
}
class gnu::javax::swing::text::html::ImageViewIconFactory$NoImageIcon : public ::java::lang::Object
{
public:
ImageViewIconFactory$NoImageIcon();
virtual jint getIconWidth();
virtual jint getIconHeight();
virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint);
static ::java::lang::Class class$;
};
#endif // __gnu_javax_swing_text_html_ImageViewIconFactory$NoImageIcon__