1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_NumberFormatter__
5 #define __javax_swing_text_NumberFormatter__
6 
7 #pragma interface
8 
9 #include <javax/swing/text/InternationalFormatter.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace text
15     {
16         class Format;
17         class NumberFormat;
18     }
19   }
20   namespace javax
21   {
22     namespace swing
23     {
24       namespace text
25       {
26           class NumberFormatter;
27       }
28     }
29   }
30 }
31 
32 class javax::swing::text::NumberFormatter : public ::javax::swing::text::InternationalFormatter
33 {
34 
35 public:
36   NumberFormatter();
37   NumberFormatter(::java::text::NumberFormat *);
38   virtual void setFormat(::java::text::Format *);
39   static ::java::lang::Class class$;
40 };
41 
42 #endif // __javax_swing_text_NumberFormatter__
43