summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/ViewAttributeSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/text/html/ViewAttributeSet.h')
-rw-r--r--libjava/javax/swing/text/html/ViewAttributeSet.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/libjava/javax/swing/text/html/ViewAttributeSet.h b/libjava/javax/swing/text/html/ViewAttributeSet.h
new file mode 100644
index 000000000..be6ecdcba
--- /dev/null
+++ b/libjava/javax/swing/text/html/ViewAttributeSet.h
@@ -0,0 +1,45 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_swing_text_html_ViewAttributeSet__
+#define __javax_swing_text_html_ViewAttributeSet__
+
+#pragma interface
+
+#include <javax/swing/text/html/MultiAttributeSet.h>
+extern "Java"
+{
+ namespace javax
+ {
+ namespace swing
+ {
+ namespace text
+ {
+ class AttributeSet;
+ class View;
+ namespace html
+ {
+ class StyleSheet;
+ class ViewAttributeSet;
+ }
+ }
+ }
+ }
+}
+
+class javax::swing::text::html::ViewAttributeSet : public ::javax::swing::text::html::MultiAttributeSet
+{
+
+public: // actually package-private
+ ViewAttributeSet(::javax::swing::text::View *, ::javax::swing::text::html::StyleSheet *);
+public:
+ virtual ::java::lang::Object * getAttribute(::java::lang::Object *);
+ virtual ::javax::swing::text::AttributeSet * getResolveParent();
+private:
+ ::javax::swing::text::View * __attribute__((aligned(__alignof__( ::javax::swing::text::html::MultiAttributeSet)))) view;
+ ::javax::swing::text::html::StyleSheet * styleSheet;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_swing_text_html_ViewAttributeSet__