JEditorPane$1.h 918 B

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