33 lines
521 B
C
33 lines
521 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_plaf_TableUI__
|
||
|
#define __javax_swing_plaf_TableUI__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/plaf/ComponentUI.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
namespace plaf
|
||
|
{
|
||
|
class TableUI;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::plaf::TableUI : public ::javax::swing::plaf::ComponentUI
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
TableUI();
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_plaf_TableUI__
|