97b8365caf
From-SVN: r120621
46 lines
859 B
C++
46 lines
859 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_plaf_metal_MetalComboBoxEditor__
|
|
#define __javax_swing_plaf_metal_MetalComboBoxEditor__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/swing/plaf/basic/BasicComboBoxEditor.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Insets;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace plaf
|
|
{
|
|
namespace metal
|
|
{
|
|
class MetalComboBoxEditor;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::plaf::metal::MetalComboBoxEditor : public ::javax::swing::plaf::basic::BasicComboBoxEditor
|
|
{
|
|
|
|
public:
|
|
MetalComboBoxEditor();
|
|
public: // actually protected
|
|
static ::java::awt::Insets * editorBorderInsets;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_plaf_metal_MetalComboBoxEditor__
|