97b8365caf
From-SVN: r120621
39 lines
797 B
C++
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__
|