1 |
759 |
jeremybenn |
|
2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
3 |
|
|
|
4 |
|
|
#ifndef __javax_swing_text_html_HTML$Attribute__
|
5 |
|
|
#define __javax_swing_text_html_HTML$Attribute__
|
6 |
|
|
|
7 |
|
|
#pragma interface
|
8 |
|
|
|
9 |
|
|
#include <java/lang/Object.h>
|
10 |
|
|
#include <gcj/array.h>
|
11 |
|
|
|
12 |
|
|
extern "Java"
|
13 |
|
|
{
|
14 |
|
|
namespace javax
|
15 |
|
|
{
|
16 |
|
|
namespace swing
|
17 |
|
|
{
|
18 |
|
|
namespace text
|
19 |
|
|
{
|
20 |
|
|
namespace html
|
21 |
|
|
{
|
22 |
|
|
class HTML$Attribute;
|
23 |
|
|
}
|
24 |
|
|
}
|
25 |
|
|
}
|
26 |
|
|
}
|
27 |
|
|
}
|
28 |
|
|
|
29 |
|
|
class javax::swing::text::html::HTML$Attribute : public ::java::lang::Object
|
30 |
|
|
{
|
31 |
|
|
|
32 |
|
|
HTML$Attribute(::java::lang::String *);
|
33 |
|
|
public:
|
34 |
|
|
::java::lang::String * toString();
|
35 |
|
|
public: // actually package-private
|
36 |
|
|
static JArray< ::javax::swing::text::html::HTML$Attribute * > * getAllAttributes();
|
37 |
|
|
public:
|
38 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ACTION;
|
39 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ALIGN;
|
40 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ALINK;
|
41 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ALT;
|
42 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ARCHIVE;
|
43 |
|
|
static ::javax::swing::text::html::HTML$Attribute * BACKGROUND;
|
44 |
|
|
static ::javax::swing::text::html::HTML$Attribute * BGCOLOR;
|
45 |
|
|
static ::javax::swing::text::html::HTML$Attribute * BORDER;
|
46 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CELLPADDING;
|
47 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CELLSPACING;
|
48 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CHECKED;
|
49 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CLASS;
|
50 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CLASSID;
|
51 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CLEAR;
|
52 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CODE;
|
53 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CODEBASE;
|
54 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CODETYPE;
|
55 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COLOR;
|
56 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COLS;
|
57 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COLSPAN;
|
58 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COMMENT;
|
59 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COMPACT;
|
60 |
|
|
static ::javax::swing::text::html::HTML$Attribute * CONTENT;
|
61 |
|
|
static ::javax::swing::text::html::HTML$Attribute * COORDS;
|
62 |
|
|
static ::javax::swing::text::html::HTML$Attribute * DATA;
|
63 |
|
|
static ::javax::swing::text::html::HTML$Attribute * DECLARE;
|
64 |
|
|
static ::javax::swing::text::html::HTML$Attribute * DIR;
|
65 |
|
|
static ::javax::swing::text::html::HTML$Attribute * DUMMY;
|
66 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ENCTYPE;
|
67 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ENDTAG;
|
68 |
|
|
static ::javax::swing::text::html::HTML$Attribute * FACE;
|
69 |
|
|
static ::javax::swing::text::html::HTML$Attribute * FRAMEBORDER;
|
70 |
|
|
static ::javax::swing::text::html::HTML$Attribute * HALIGN;
|
71 |
|
|
static ::javax::swing::text::html::HTML$Attribute * HEIGHT;
|
72 |
|
|
static ::javax::swing::text::html::HTML$Attribute * HREF;
|
73 |
|
|
static ::javax::swing::text::html::HTML$Attribute * HSPACE;
|
74 |
|
|
static ::javax::swing::text::html::HTML$Attribute * HTTPEQUIV;
|
75 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ID;
|
76 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ISMAP;
|
77 |
|
|
static ::javax::swing::text::html::HTML$Attribute * LANG;
|
78 |
|
|
static ::javax::swing::text::html::HTML$Attribute * LANGUAGE;
|
79 |
|
|
static ::javax::swing::text::html::HTML$Attribute * LINK;
|
80 |
|
|
static ::javax::swing::text::html::HTML$Attribute * LOWSRC;
|
81 |
|
|
static ::javax::swing::text::html::HTML$Attribute * MARGINHEIGHT;
|
82 |
|
|
static ::javax::swing::text::html::HTML$Attribute * MARGINWIDTH;
|
83 |
|
|
static ::javax::swing::text::html::HTML$Attribute * MAXLENGTH;
|
84 |
|
|
public: // actually package-private
|
85 |
|
|
static ::javax::swing::text::html::HTML$Attribute * MEDIA;
|
86 |
|
|
public:
|
87 |
|
|
static ::javax::swing::text::html::HTML$Attribute * METHOD;
|
88 |
|
|
static ::javax::swing::text::html::HTML$Attribute * MULTIPLE;
|
89 |
|
|
static ::javax::swing::text::html::HTML$Attribute * N;
|
90 |
|
|
static ::javax::swing::text::html::HTML$Attribute * NAME;
|
91 |
|
|
static ::javax::swing::text::html::HTML$Attribute * NOHREF;
|
92 |
|
|
static ::javax::swing::text::html::HTML$Attribute * NORESIZE;
|
93 |
|
|
static ::javax::swing::text::html::HTML$Attribute * NOSHADE;
|
94 |
|
|
static ::javax::swing::text::html::HTML$Attribute * NOWRAP;
|
95 |
|
|
static ::javax::swing::text::html::HTML$Attribute * PROMPT;
|
96 |
|
|
static ::javax::swing::text::html::HTML$Attribute * REL;
|
97 |
|
|
static ::javax::swing::text::html::HTML$Attribute * REV;
|
98 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ROWS;
|
99 |
|
|
static ::javax::swing::text::html::HTML$Attribute * ROWSPAN;
|
100 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SCROLLING;
|
101 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SELECTED;
|
102 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SHAPE;
|
103 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SHAPES;
|
104 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SIZE;
|
105 |
|
|
static ::javax::swing::text::html::HTML$Attribute * SRC;
|
106 |
|
|
static ::javax::swing::text::html::HTML$Attribute * STANDBY;
|
107 |
|
|
static ::javax::swing::text::html::HTML$Attribute * START;
|
108 |
|
|
static ::javax::swing::text::html::HTML$Attribute * STYLE;
|
109 |
|
|
static ::javax::swing::text::html::HTML$Attribute * TARGET;
|
110 |
|
|
static ::javax::swing::text::html::HTML$Attribute * TEXT;
|
111 |
|
|
static ::javax::swing::text::html::HTML$Attribute * TITLE;
|
112 |
|
|
static ::javax::swing::text::html::HTML$Attribute * TYPE;
|
113 |
|
|
static ::javax::swing::text::html::HTML$Attribute * USEMAP;
|
114 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VALIGN;
|
115 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VALUE;
|
116 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VALUETYPE;
|
117 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VERSION;
|
118 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VLINK;
|
119 |
|
|
static ::javax::swing::text::html::HTML$Attribute * VSPACE;
|
120 |
|
|
static ::javax::swing::text::html::HTML$Attribute * WIDTH;
|
121 |
|
|
public: // actually package-private
|
122 |
|
|
static ::javax::swing::text::html::HTML$Attribute * PSEUDO_CLASS;
|
123 |
|
|
static ::javax::swing::text::html::HTML$Attribute * DYNAMIC_CLASS;
|
124 |
|
|
private:
|
125 |
|
|
::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name;
|
126 |
|
|
public:
|
127 |
|
|
static ::java::lang::Class class$;
|
128 |
|
|
};
|
129 |
|
|
|
130 |
|
|
#endif // __javax_swing_text_html_HTML$Attribute__
|