ViewFactory.h 667 B

1234567891011121314151617181920212223242526272829303132333435
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_ViewFactory__
  3. #define __javax_swing_text_ViewFactory__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. namespace text
  13. {
  14. class Element;
  15. class View;
  16. class ViewFactory;
  17. }
  18. }
  19. }
  20. }
  21. class javax::swing::text::ViewFactory : public ::java::lang::Object
  22. {
  23. public:
  24. virtual ::javax::swing::text::View * create(::javax::swing::text::Element *) = 0;
  25. static ::java::lang::Class class$;
  26. } __attribute__ ((java_interface));
  27. #endif // __javax_swing_text_ViewFactory__