blob: 44c82500b2538c55791dbc9683ac18fc850dece2 (
plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_html_CSS$Attribute__
#define __javax_swing_text_html_CSS$Attribute__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
namespace html
{
class CSS$Attribute;
}
}
}
}
}
class javax::swing::text::html::CSS$Attribute : public ::java::lang::Object
{
public: // actually package-private
CSS$Attribute(::java::lang::String *, jboolean, ::java::lang::String *);
public:
::java::lang::String * toString();
jboolean isInherited();
::java::lang::String * getDefaultValue();
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND;
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_ATTACHMENT;
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_IMAGE;
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_POSITION;
static ::javax::swing::text::html::CSS$Attribute * BACKGROUND_REPEAT;
static ::javax::swing::text::html::CSS$Attribute * BORDER;
static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM;
static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_WIDTH;
static ::javax::swing::text::html::CSS$Attribute * BORDER_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT;
static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_WIDTH;
static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT;
static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_WIDTH;
static ::javax::swing::text::html::CSS$Attribute * BORDER_STYLE;
static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP;
static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_WIDTH;
static ::javax::swing::text::html::CSS$Attribute * BORDER_WIDTH;
static ::javax::swing::text::html::CSS$Attribute * CLEAR;
static ::javax::swing::text::html::CSS$Attribute * COLOR;
static ::javax::swing::text::html::CSS$Attribute * DISPLAY;
static ::javax::swing::text::html::CSS$Attribute * FLOAT;
static ::javax::swing::text::html::CSS$Attribute * FONT;
static ::javax::swing::text::html::CSS$Attribute * FONT_FAMILY;
static ::javax::swing::text::html::CSS$Attribute * FONT_SIZE;
static ::javax::swing::text::html::CSS$Attribute * FONT_STYLE;
static ::javax::swing::text::html::CSS$Attribute * FONT_VARIANT;
static ::javax::swing::text::html::CSS$Attribute * FONT_WEIGHT;
static ::javax::swing::text::html::CSS$Attribute * HEIGHT;
static ::javax::swing::text::html::CSS$Attribute * LETTER_SPACING;
static ::javax::swing::text::html::CSS$Attribute * LINE_HEIGHT;
static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE;
static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_IMAGE;
static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_POSITION;
static ::javax::swing::text::html::CSS$Attribute * LIST_STYLE_TYPE;
static ::javax::swing::text::html::CSS$Attribute * MARGIN;
static ::javax::swing::text::html::CSS$Attribute * MARGIN_BOTTOM;
static ::javax::swing::text::html::CSS$Attribute * MARGIN_LEFT;
static ::javax::swing::text::html::CSS$Attribute * MARGIN_RIGHT;
static ::javax::swing::text::html::CSS$Attribute * MARGIN_TOP;
static ::javax::swing::text::html::CSS$Attribute * PADDING;
static ::javax::swing::text::html::CSS$Attribute * PADDING_BOTTOM;
static ::javax::swing::text::html::CSS$Attribute * PADDING_LEFT;
static ::javax::swing::text::html::CSS$Attribute * PADDING_RIGHT;
static ::javax::swing::text::html::CSS$Attribute * PADDING_TOP;
static ::javax::swing::text::html::CSS$Attribute * TEXT_ALIGN;
static ::javax::swing::text::html::CSS$Attribute * TEXT_DECORATION;
static ::javax::swing::text::html::CSS$Attribute * TEXT_INDENT;
static ::javax::swing::text::html::CSS$Attribute * TEXT_TRANSFORM;
static ::javax::swing::text::html::CSS$Attribute * VERTICAL_ALIGN;
static ::javax::swing::text::html::CSS$Attribute * WHITE_SPACE;
static ::javax::swing::text::html::CSS$Attribute * WIDTH;
static ::javax::swing::text::html::CSS$Attribute * WORD_SPACING;
public: // actually package-private
static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_STYLE;
static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_STYLE;
static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_STYLE;
static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_STYLE;
static ::javax::swing::text::html::CSS$Attribute * BORDER_TOP_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BORDER_BOTTOM_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BORDER_LEFT_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BORDER_RIGHT_COLOR;
static ::javax::swing::text::html::CSS$Attribute * BORDER_SPACING;
static ::javax::swing::text::html::CSS$Attribute * POSITION;
static ::javax::swing::text::html::CSS$Attribute * LEFT;
static ::javax::swing::text::html::CSS$Attribute * RIGHT;
static ::javax::swing::text::html::CSS$Attribute * TOP;
static ::javax::swing::text::html::CSS$Attribute * BOTTOM;
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) attStr;
jboolean isInherited__;
::java::lang::String * defaultValue;
static ::java::util::HashMap * attributeMap;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_html_CSS$Attribute__
|