PR testsuite/44195
[official-gcc.git] / libjava / javax / swing / text / NumberFormatter.h
blobfe952fe468bbc4349b74d6125ec4c4d82b10ce5d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_NumberFormatter__
5 #define __javax_swing_text_NumberFormatter__
7 #pragma interface
9 #include <javax/swing/text/InternationalFormatter.h>
10 extern "Java"
12 namespace java
14 namespace text
16 class Format;
17 class NumberFormat;
20 namespace javax
22 namespace swing
24 namespace text
26 class NumberFormatter;
32 class javax::swing::text::NumberFormatter : public ::javax::swing::text::InternationalFormatter
35 public:
36 NumberFormatter();
37 NumberFormatter(::java::text::NumberFormat *);
38 virtual void setFormat(::java::text::Format *);
39 static ::java::lang::Class class$;
42 #endif // __javax_swing_text_NumberFormatter__