NumberFormatter.h 796 B

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