StyledEditorKit.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyledEditorKit__
  3. #define __javax_swing_text_StyledEditorKit__
  4. #pragma interface
  5. #include <javax/swing/text/DefaultEditorKit.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace javax
  10. {
  11. namespace swing
  12. {
  13. class Action;
  14. class JEditorPane;
  15. namespace text
  16. {
  17. class Document;
  18. class Element;
  19. class MutableAttributeSet;
  20. class StyledEditorKit;
  21. class StyledEditorKit$CaretTracker;
  22. class StyledEditorKit$StyledViewFactory;
  23. class ViewFactory;
  24. }
  25. }
  26. }
  27. }
  28. class javax::swing::text::StyledEditorKit : public ::javax::swing::text::DefaultEditorKit
  29. {
  30. public:
  31. StyledEditorKit();
  32. virtual ::java::lang::Object * clone();
  33. virtual JArray< ::javax::swing::Action * > * getActions();
  34. virtual ::javax::swing::text::MutableAttributeSet * getInputAttributes();
  35. virtual ::javax::swing::text::Element * getCharacterAttributeRun();
  36. virtual ::javax::swing::text::Document * createDefaultDocument();
  37. virtual void install(::javax::swing::JEditorPane *);
  38. virtual void deinstall(::javax::swing::JEditorPane *);
  39. virtual ::javax::swing::text::ViewFactory * getViewFactory();
  40. public: // actually protected
  41. virtual void createInputAttributes(::javax::swing::text::Element *, ::javax::swing::text::MutableAttributeSet *);
  42. private:
  43. static const jlong serialVersionUID = 7002391892985555948LL;
  44. public: // actually package-private
  45. ::javax::swing::text::Element * __attribute__((aligned(__alignof__( ::javax::swing::text::DefaultEditorKit)))) currentRun;
  46. ::javax::swing::text::MutableAttributeSet * inputAttributes;
  47. ::javax::swing::text::StyledEditorKit$CaretTracker * caretTracker;
  48. ::javax::swing::text::StyledEditorKit$StyledViewFactory * viewFactory;
  49. public:
  50. static ::java::lang::Class class$;
  51. };
  52. #endif // __javax_swing_text_StyledEditorKit__