blob: 746cf3ce132d2ee5a3efde7585a9e04ec4619e1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_plaf_basic_BasicComboBoxRenderer__
#define __javax_swing_plaf_basic_BasicComboBoxRenderer__
#pragma interface
#include <javax/swing/JLabel.h>
extern "Java"
{
namespace java
{
namespace awt
{
class Component;
class Dimension;
}
}
namespace javax
{
namespace swing
{
class JList;
namespace border
{
class Border;
}
namespace plaf
{
namespace basic
{
class BasicComboBoxRenderer;
}
}
}
}
}
class javax::swing::plaf::basic::BasicComboBoxRenderer : public ::javax::swing::JLabel
{
public:
BasicComboBoxRenderer();
virtual ::java::awt::Dimension * getPreferredSize();
virtual ::java::awt::Component * getListCellRendererComponent(::javax::swing::JList *, ::java::lang::Object *, jint, jboolean, jboolean);
public: // actually protected
static ::javax::swing::border::Border * noFocusBorder;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_plaf_basic_BasicComboBoxRenderer__
|