StyledEditorKit$StyledTextAction.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_StyledEditorKit$StyledTextAction__
  3. #define __javax_swing_text_StyledEditorKit$StyledTextAction__
  4. #pragma interface
  5. #include <javax/swing/text/TextAction.h>
  6. extern "Java"
  7. {
  8. namespace java
  9. {
  10. namespace awt
  11. {
  12. namespace event
  13. {
  14. class ActionEvent;
  15. }
  16. }
  17. }
  18. namespace javax
  19. {
  20. namespace swing
  21. {
  22. class JEditorPane;
  23. namespace text
  24. {
  25. class AttributeSet;
  26. class StyledDocument;
  27. class StyledEditorKit;
  28. class StyledEditorKit$StyledTextAction;
  29. }
  30. }
  31. }
  32. }
  33. class javax::swing::text::StyledEditorKit$StyledTextAction : public ::javax::swing::text::TextAction
  34. {
  35. public:
  36. StyledEditorKit$StyledTextAction(::java::lang::String *);
  37. public: // actually protected
  38. virtual ::javax::swing::JEditorPane * getEditor(::java::awt::event::ActionEvent *);
  39. virtual void setCharacterAttributes(::javax::swing::JEditorPane *, ::javax::swing::text::AttributeSet *, jboolean);
  40. virtual ::javax::swing::text::StyledDocument * getStyledDocument(::javax::swing::JEditorPane *);
  41. virtual ::javax::swing::text::StyledEditorKit * getStyledEditorKit(::javax::swing::JEditorPane *);
  42. virtual void setParagraphAttributes(::javax::swing::JEditorPane *, ::javax::swing::text::AttributeSet *, jboolean);
  43. public:
  44. static ::java::lang::Class class$;
  45. };
  46. #endif // __javax_swing_text_StyledEditorKit$StyledTextAction__