StyledEditorKit$StyledViewFactory.h 815 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyledEditorKit$StyledViewFactory__
  3. #define __javax_swing_text_StyledEditorKit$StyledViewFactory__
  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 StyledEditorKit$StyledViewFactory;
  16. class View;
  17. }
  18. }
  19. }
  20. }
  21. class javax::swing::text::StyledEditorKit$StyledViewFactory : public ::java::lang::Object
  22. {
  23. public: // actually package-private
  24. StyledEditorKit$StyledViewFactory();
  25. public:
  26. virtual ::javax::swing::text::View * create(::javax::swing::text::Element *);
  27. static ::java::lang::Class class$;
  28. };
  29. #endif // __javax_swing_text_StyledEditorKit$StyledViewFactory__