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