diff options
Diffstat (limited to 'libjava/gnu/javax/swing/plaf')
4 files changed, 240 insertions, 0 deletions
diff --git a/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$CheckBoxIcon.h b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$CheckBoxIcon.h new file mode 100644 index 000000000..cb81ed002 --- /dev/null +++ b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$CheckBoxIcon.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_swing_plaf_gnu_GNULookAndFeel$CheckBoxIcon__ +#define __gnu_javax_swing_plaf_gnu_GNULookAndFeel$CheckBoxIcon__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace swing + { + namespace plaf + { + namespace gnu + { + class GNULookAndFeel$CheckBoxIcon; + } + } + } + } + } + namespace java + { + namespace awt + { + class Component; + class Graphics; + } + } +} + +class gnu::javax::swing::plaf::gnu::GNULookAndFeel$CheckBoxIcon : public ::java::lang::Object +{ + +public: // actually package-private + GNULookAndFeel$CheckBoxIcon(); +public: + virtual jint getIconHeight(); + virtual jint getIconWidth(); + virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint); + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_swing_plaf_gnu_GNULookAndFeel$CheckBoxIcon__ diff --git a/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$RadioButtonIcon.h b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$RadioButtonIcon.h new file mode 100644 index 000000000..7bf88f450 --- /dev/null +++ b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel$RadioButtonIcon.h @@ -0,0 +1,50 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_swing_plaf_gnu_GNULookAndFeel$RadioButtonIcon__ +#define __gnu_javax_swing_plaf_gnu_GNULookAndFeel$RadioButtonIcon__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace swing + { + namespace plaf + { + namespace gnu + { + class GNULookAndFeel$RadioButtonIcon; + } + } + } + } + } + namespace java + { + namespace awt + { + class Component; + class Graphics; + } + } +} + +class gnu::javax::swing::plaf::gnu::GNULookAndFeel$RadioButtonIcon : public ::java::lang::Object +{ + +public: // actually package-private + GNULookAndFeel$RadioButtonIcon(); +public: + virtual jint getIconHeight(); + virtual jint getIconWidth(); + virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint); + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_swing_plaf_gnu_GNULookAndFeel$RadioButtonIcon__ diff --git a/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel.h b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel.h new file mode 100644 index 000000000..5aacc5f6f --- /dev/null +++ b/libjava/gnu/javax/swing/plaf/gnu/GNULookAndFeel.h @@ -0,0 +1,64 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_swing_plaf_gnu_GNULookAndFeel__ +#define __gnu_javax_swing_plaf_gnu_GNULookAndFeel__ + +#pragma interface + +#include <javax/swing/plaf/basic/BasicLookAndFeel.h> +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace swing + { + namespace plaf + { + namespace gnu + { + class GNULookAndFeel; + } + } + } + } + } + namespace java + { + namespace awt + { + class Color; + } + } + namespace javax + { + namespace swing + { + class UIDefaults; + } + } +} + +class gnu::javax::swing::plaf::gnu::GNULookAndFeel : public ::javax::swing::plaf::basic::BasicLookAndFeel +{ + +public: + GNULookAndFeel(); + virtual jboolean isNativeLookAndFeel(); + virtual jboolean isSupportedLookAndFeel(); + virtual ::java::lang::String * getDescription(); + virtual ::java::lang::String * getID(); + virtual ::java::lang::String * getName(); + virtual ::javax::swing::UIDefaults * getDefaults(); +public: // actually package-private + static ::java::awt::Color * blueGray; + static ::javax::swing::UIDefaults * LAF_defaults; +private: + static ::java::lang::String * iconspath; +public: + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_swing_plaf_gnu_GNULookAndFeel__ diff --git a/libjava/gnu/javax/swing/plaf/metal/CustomizableTheme.h b/libjava/gnu/javax/swing/plaf/metal/CustomizableTheme.h new file mode 100644 index 000000000..86f273af8 --- /dev/null +++ b/libjava/gnu/javax/swing/plaf/metal/CustomizableTheme.h @@ -0,0 +1,76 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __gnu_javax_swing_plaf_metal_CustomizableTheme__ +#define __gnu_javax_swing_plaf_metal_CustomizableTheme__ + +#pragma interface + +#include <javax/swing/plaf/metal/DefaultMetalTheme.h> +extern "Java" +{ + namespace gnu + { + namespace javax + { + namespace swing + { + namespace plaf + { + namespace metal + { + class CustomizableTheme; + } + } + } + } + } + namespace java + { + namespace awt + { + class Color; + } + } + namespace javax + { + namespace swing + { + namespace plaf + { + class ColorUIResource; + } + } + } +} + +class gnu::javax::swing::plaf::metal::CustomizableTheme : public ::javax::swing::plaf::metal::DefaultMetalTheme +{ + +public: + CustomizableTheme(); + virtual void setPrimary1(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getPrimary1(); + virtual void setPrimary2(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getPrimary2(); + virtual void setPrimary3(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getPrimary3(); + virtual void setSecondary1(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getSecondary1(); + virtual void setSecondary2(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getSecondary2(); + virtual void setSecondary3(::java::awt::Color *); + virtual ::javax::swing::plaf::ColorUIResource * getSecondary3(); + virtual ::java::lang::Object * clone(); +private: + ::javax::swing::plaf::ColorUIResource * __attribute__((aligned(__alignof__( ::javax::swing::plaf::metal::DefaultMetalTheme)))) primary1; + ::javax::swing::plaf::ColorUIResource * primary2; + ::javax::swing::plaf::ColorUIResource * primary3; + ::javax::swing::plaf::ColorUIResource * secondary1; + ::javax::swing::plaf::ColorUIResource * secondary2; + ::javax::swing::plaf::ColorUIResource * secondary3; +public: + static ::java::lang::Class class$; +}; + +#endif // __gnu_javax_swing_plaf_metal_CustomizableTheme__ |