| |
| // 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__ |