Reset branch to trunk.
[official-gcc.git] / trunk / libjava / javax / swing / DefaultCellEditor$JComboBoxDelegate.h
blobabfa15cc7672f5057c55b2edfa47aada382f6699
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_DefaultCellEditor$JComboBoxDelegate__
5 #define __javax_swing_DefaultCellEditor$JComboBoxDelegate__
7 #pragma interface
9 #include <javax/swing/DefaultCellEditor$EditorDelegate.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class DefaultCellEditor;
17 class DefaultCellEditor$JComboBoxDelegate;
22 class javax::swing::DefaultCellEditor$JComboBoxDelegate : public ::javax::swing::DefaultCellEditor$EditorDelegate
25 DefaultCellEditor$JComboBoxDelegate(::javax::swing::DefaultCellEditor *);
26 public:
27 virtual void setValue(::java::lang::Object *);
28 virtual ::java::lang::Object * getCellEditorValue();
29 virtual jboolean shouldSelectCell(::java::util::EventObject *);
30 public: // actually package-private
31 DefaultCellEditor$JComboBoxDelegate(::javax::swing::DefaultCellEditor *, ::javax::swing::DefaultCellEditor$JComboBoxDelegate *);
32 private:
33 static const jlong serialVersionUID = 1LL;
34 public: // actually package-private
35 ::javax::swing::DefaultCellEditor * __attribute__((aligned(__alignof__( ::javax::swing::DefaultCellEditor$EditorDelegate)))) this$0;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __javax_swing_DefaultCellEditor$JComboBoxDelegate__