diff options
Diffstat (limited to 'libjava/javax/swing/text/html/StyleSheet$CSSStyle.h')
-rw-r--r-- | libjava/javax/swing/text/html/StyleSheet$CSSStyle.h | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/libjava/javax/swing/text/html/StyleSheet$CSSStyle.h b/libjava/javax/swing/text/html/StyleSheet$CSSStyle.h deleted file mode 100644 index 3266efd1c00..00000000000 --- a/libjava/javax/swing/text/html/StyleSheet$CSSStyle.h +++ /dev/null @@ -1,77 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_swing_text_html_StyleSheet$CSSStyle__ -#define __javax_swing_text_html_StyleSheet$CSSStyle__ - -#pragma interface - -#include <javax/swing/text/SimpleAttributeSet.h> -extern "Java" -{ - namespace gnu - { - namespace javax - { - namespace swing - { - namespace text - { - namespace html - { - namespace css - { - class Selector; - } - } - } - } - } - } - namespace javax - { - namespace swing - { - namespace event - { - class ChangeListener; - } - namespace text - { - namespace html - { - class StyleSheet; - class StyleSheet$CSSStyle; - } - } - } - } -} - -class javax::swing::text::html::StyleSheet$CSSStyle : public ::javax::swing::text::SimpleAttributeSet -{ - -public: // actually package-private - StyleSheet$CSSStyle(::javax::swing::text::html::StyleSheet *, jint, ::gnu::javax::swing::text::html::css::Selector *); -public: - virtual ::java::lang::String * getName(); - virtual void addChangeListener(::javax::swing::event::ChangeListener *); - virtual void removeChangeListener(::javax::swing::event::ChangeListener *); - virtual jint StyleSheet$CSSStyle$compareTo(::javax::swing::text::html::StyleSheet$CSSStyle *); - virtual jint compareTo(::java::lang::Object *); -public: // actually package-private - static const jint PREC_UA = 0; - static const jint PREC_NORM = 100000; - static const jint PREC_AUTHOR_NORMAL = 200000; - static const jint PREC_AUTHOR_IMPORTANT = 300000; - static const jint PREC_USER_IMPORTANT = 400000; -private: - jint __attribute__((aligned(__alignof__( ::javax::swing::text::SimpleAttributeSet)))) precedence; -public: // actually package-private - ::gnu::javax::swing::text::html::css::Selector * selector; - ::javax::swing::text::html::StyleSheet * this$0; -public: - static ::java::lang::Class class$; -}; - -#endif // __javax_swing_text_html_StyleSheet$CSSStyle__ |