Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / JSpinner$DateEditor.h
blob228da355c917b7f971ef042c2aff3999d6492c3a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JSpinner$DateEditor__
5 #define __javax_swing_JSpinner$DateEditor__
7 #pragma interface
9 #include <javax/swing/JSpinner$DefaultEditor.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class SimpleDateFormat;
19 namespace javax
21 namespace swing
23 class JSpinner;
24 class JSpinner$DateEditor;
25 class SpinnerDateModel;
30 class javax::swing::JSpinner$DateEditor : public ::javax::swing::JSpinner$DefaultEditor
33 public:
34 JSpinner$DateEditor(::javax::swing::JSpinner *);
35 JSpinner$DateEditor(::javax::swing::JSpinner *, ::java::lang::String *);
36 virtual ::java::text::SimpleDateFormat * getFormat();
37 virtual ::javax::swing::SpinnerDateModel * getModel();
38 private:
39 static const jlong serialVersionUID = -4279356973770397815LL;
40 public:
41 static ::java::lang::Class class$;
44 #endif // __javax_swing_JSpinner$DateEditor__