blob: 99a238cf3025b8d26a4bd84d76914a590c216c65 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_plaf_synth_ColorType__
#define __javax_swing_plaf_synth_ColorType__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace plaf
{
namespace synth
{
class ColorType;
}
}
}
}
}
class javax::swing::plaf::synth::ColorType : public ::java::lang::Object
{
public: // actually protected
ColorType(::java::lang::String *);
public:
virtual jint getID();
virtual ::java::lang::String * toString();
static ::javax::swing::plaf::synth::ColorType * FOREGROUND;
static ::javax::swing::plaf::synth::ColorType * BACKGROUND;
static ::javax::swing::plaf::synth::ColorType * TEXT_FOREGROUND;
static ::javax::swing::plaf::synth::ColorType * TEXT_BACKGROUND;
static ::javax::swing::plaf::synth::ColorType * FOCUS;
static jint MAX_COUNT;
private:
static jint count;
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) id;
::java::lang::String * description;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_plaf_synth_ColorType__