mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
78 lines
2.0 KiB
C++
78 lines
2.0 KiB
C++
|
|
// 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__
|