OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / text / TextAction.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_text_TextAction__
5 #define __javax_swing_text_TextAction__
6
7 #pragma interface
8
9 #include <javax/swing/AbstractAction.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace java
15   {
16     namespace awt
17     {
18       namespace event
19       {
20           class ActionEvent;
21       }
22     }
23   }
24   namespace javax
25   {
26     namespace swing
27     {
28         class Action;
29       namespace text
30       {
31           class JTextComponent;
32           class TextAction;
33       }
34     }
35   }
36 }
37
38 class javax::swing::text::TextAction : public ::javax::swing::AbstractAction
39 {
40
41 public:
42   TextAction(::java::lang::String *);
43 public: // actually protected
44   virtual ::javax::swing::text::JTextComponent * getTextComponent(::java::awt::event::ActionEvent *);
45 public:
46   static JArray< ::javax::swing::Action * > * augmentList(JArray< ::javax::swing::Action * > *, JArray< ::javax::swing::Action * > *);
47 public: // actually protected
48   virtual ::javax::swing::text::JTextComponent * getFocusedComponent();
49 public:
50   static ::java::lang::Class class$;
51 };
52
53 #endif // __javax_swing_text_TextAction__