PR testsuite/44195
[official-gcc.git] / libjava / javax / swing / text / DefaultEditorKit$EndLineAction.h
blob907656700f0690a9c178898ed58b77917df202dd
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_DefaultEditorKit$EndLineAction__
5 #define __javax_swing_text_DefaultEditorKit$EndLineAction__
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$EndLineAction;
34 class javax::swing::text::DefaultEditorKit$EndLineAction : public ::javax::swing::text::TextAction
37 public: // actually package-private
38 DefaultEditorKit$EndLineAction();
39 public:
40 virtual void actionPerformed(::java::awt::event::ActionEvent *);
41 static ::java::lang::Class class$;
44 #endif // __javax_swing_text_DefaultEditorKit$EndLineAction__