StyleSheet$CSSStyle.h 2 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59

// 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 *);
60
  virtual jint StyleSheet$CSSStyle$compareTo(::javax::swing::text::html::StyleSheet$CSSStyle *);
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
  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__