2016-06-27 François Dumont <fdumont@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / text / DefaultEditorKit$CutAction.h
blob603d1685726d2005cd6e8d29abba4513e5f80b47
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_DefaultEditorKit$CutAction__
5 #define __javax_swing_text_DefaultEditorKit$CutAction__
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$CutAction;
34 class javax::swing::text::DefaultEditorKit$CutAction : public ::javax::swing::text::TextAction
37 public:
38 DefaultEditorKit$CutAction();
39 virtual void actionPerformed(::java::awt::event::ActionEvent *);
40 static ::java::lang::Class class$;
43 #endif // __javax_swing_text_DefaultEditorKit$CutAction__