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

39 lines
797 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_HTMLEditorKit$HTMLFactory__
#define __javax_swing_text_html_HTMLEditorKit$HTMLFactory__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
class Element;
class View;
namespace html
{
class HTMLEditorKit$HTMLFactory;
}
}
}
}
}
class javax::swing::text::html::HTMLEditorKit$HTMLFactory : public ::java::lang::Object
{
public:
HTMLEditorKit$HTMLFactory();
virtual ::javax::swing::text::View * create(::javax::swing::text::Element *);
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_HTMLEditorKit$HTMLFactory__