2016-07-28 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / text / DateFormatter.h
blob47da776dacbb7d4aecf2b00e70e1430929614d27
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_DateFormatter__
5 #define __javax_swing_text_DateFormatter__
7 #pragma interface
9 #include <javax/swing/text/InternationalFormatter.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class DateFormat;
19 namespace javax
21 namespace swing
23 namespace text
25 class DateFormatter;
31 class javax::swing::text::DateFormatter : public ::javax::swing::text::InternationalFormatter
34 public:
35 DateFormatter();
36 DateFormatter(::java::text::DateFormat *);
37 virtual void setFormat(::java::text::DateFormat *);
38 private:
39 static const jlong serialVersionUID = 5423279572591848797LL;
40 public:
41 static ::java::lang::Class class$;
44 #endif // __javax_swing_text_DateFormatter__