| |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- |
| |
| #ifndef __javax_swing_plaf_BorderUIResource$EtchedBorderUIResource__ |
| #define __javax_swing_plaf_BorderUIResource$EtchedBorderUIResource__ |
| |
| #pragma interface |
| |
| #include <javax/swing/border/EtchedBorder.h> |
| extern "Java" |
| { |
| namespace java |
| { |
| namespace awt |
| { |
| class Color; |
| } |
| } |
| namespace javax |
| { |
| namespace swing |
| { |
| namespace plaf |
| { |
| class BorderUIResource$EtchedBorderUIResource; |
| } |
| } |
| } |
| } |
| |
| class javax::swing::plaf::BorderUIResource$EtchedBorderUIResource : public ::javax::swing::border::EtchedBorder |
| { |
| |
| public: |
| BorderUIResource$EtchedBorderUIResource(); |
| BorderUIResource$EtchedBorderUIResource(jint); |
| BorderUIResource$EtchedBorderUIResource(::java::awt::Color *, ::java::awt::Color *); |
| BorderUIResource$EtchedBorderUIResource(jint, ::java::awt::Color *, ::java::awt::Color *); |
| private: |
| static const jlong serialVersionUID = -8186391754165296656LL; |
| public: |
| static ::java::lang::Class class$; |
| }; |
| |
| #endif // __javax_swing_plaf_BorderUIResource$EtchedBorderUIResource__ |