JEditorPane$PlainEditorKit.h 835 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_JEditorPane$PlainEditorKit__
  3. #define __javax_swing_JEditorPane$PlainEditorKit__
  4. #pragma interface
  5. #include <javax/swing/text/DefaultEditorKit.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. class JEditorPane$PlainEditorKit;
  13. namespace text
  14. {
  15. class ViewFactory;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::JEditorPane$PlainEditorKit : public ::javax::swing::text::DefaultEditorKit
  21. {
  22. JEditorPane$PlainEditorKit();
  23. public:
  24. virtual ::javax::swing::text::ViewFactory * getViewFactory();
  25. public: // actually package-private
  26. JEditorPane$PlainEditorKit(::javax::swing::JEditorPane$PlainEditorKit *);
  27. public:
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __javax_swing_JEditorPane$PlainEditorKit__