summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h')
-rw-r--r--libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h b/libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h
new file mode 100644
index 00000000000..8780e781a67
--- /dev/null
+++ b/libjava/javax/swing/text/html/HTMLEditorKit$HTMLFactory.h
@@ -0,0 +1,38 @@
+
+// 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__