2013-06-18 Richard Biener <rguenther@suse.de>
[official-gcc.git] / libjava / javax / swing / DefaultCellEditor$JTextFieldDelegate.h
blobdcaf8f1781e3e8929fa9178405e514b4aef58c58
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_DefaultCellEditor$JTextFieldDelegate__
5 #define __javax_swing_DefaultCellEditor$JTextFieldDelegate__
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$JTextFieldDelegate;
22 class javax::swing::DefaultCellEditor$JTextFieldDelegate : public ::javax::swing::DefaultCellEditor$EditorDelegate
25 DefaultCellEditor$JTextFieldDelegate(::javax::swing::DefaultCellEditor *);
26 public:
27 virtual void setValue(::java::lang::Object *);
28 virtual ::java::lang::Object * getCellEditorValue();
29 public: // actually package-private
30 DefaultCellEditor$JTextFieldDelegate(::javax::swing::DefaultCellEditor *, ::javax::swing::DefaultCellEditor$JTextFieldDelegate *);
31 private:
32 static const jlong serialVersionUID = 1LL;
33 public: // actually package-private
34 ::javax::swing::DefaultCellEditor * __attribute__((aligned(__alignof__( ::javax::swing::DefaultCellEditor$EditorDelegate)))) this$0;
35 public:
36 static ::java::lang::Class class$;
39 #endif // __javax_swing_DefaultCellEditor$JTextFieldDelegate__