49 lines
1.2 KiB
C++
49 lines
1.2 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_swing_plaf_metal_MetalComboBoxEditor$EditorTextField__
|
|
#define __javax_swing_plaf_metal_MetalComboBoxEditor$EditorTextField__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/swing/JTextField.h>
|
|
extern "Java"
|
|
{
|
|
namespace java
|
|
{
|
|
namespace awt
|
|
{
|
|
class Dimension;
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace swing
|
|
{
|
|
namespace plaf
|
|
{
|
|
namespace metal
|
|
{
|
|
class MetalComboBoxEditor;
|
|
class MetalComboBoxEditor$EditorTextField;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::swing::plaf::metal::MetalComboBoxEditor$EditorTextField : public ::javax::swing::JTextField
|
|
{
|
|
|
|
public: // actually package-private
|
|
MetalComboBoxEditor$EditorTextField(::javax::swing::plaf::metal::MetalComboBoxEditor *, ::java::lang::String *, jint);
|
|
public:
|
|
virtual ::java::awt::Dimension * getPreferredSize();
|
|
virtual ::java::awt::Dimension * getMinimumSize();
|
|
public: // actually package-private
|
|
::javax::swing::plaf::metal::MetalComboBoxEditor * __attribute__((aligned(__alignof__( ::javax::swing::JTextField)))) this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_swing_plaf_metal_MetalComboBoxEditor$EditorTextField__
|