blob: 51353b86cf1e31939146d83524701d1fec694b2b [file] [log] [blame]
// 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 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__