2016-07-28 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / text / DefaultEditorKit$SelectAllAction.h
blob7286cd079ce08befc1624b3ab19de0cb20cae319
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_DefaultEditorKit$SelectAllAction__
5 #define __javax_swing_text_DefaultEditorKit$SelectAllAction__
7 #pragma interface
9 #include <javax/swing/text/TextAction.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 namespace event
18 class ActionEvent;
22 namespace javax
24 namespace swing
26 namespace text
28 class DefaultEditorKit$SelectAllAction;
34 class javax::swing::text::DefaultEditorKit$SelectAllAction : public ::javax::swing::text::TextAction
37 public: // actually package-private
38 DefaultEditorKit$SelectAllAction();
39 public:
40 virtual void actionPerformed(::java::awt::event::ActionEvent *);
41 static ::java::lang::Class class$;
44 #endif // __javax_swing_text_DefaultEditorKit$SelectAllAction__