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