Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / JEditorPane$PlainEditorKit.h
blob39ca0d31834586f86c924889cea70e62babbe345
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$PlainEditorKit__
5 #define __javax_swing_JEditorPane$PlainEditorKit__
7 #pragma interface
9 #include <javax/swing/text/DefaultEditorKit.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class JEditorPane$PlainEditorKit;
17 namespace text
19 class ViewFactory;
25 class javax::swing::JEditorPane$PlainEditorKit : public ::javax::swing::text::DefaultEditorKit
28 JEditorPane$PlainEditorKit();
29 public:
30 virtual ::javax::swing::text::ViewFactory * getViewFactory();
31 public: // actually package-private
32 JEditorPane$PlainEditorKit(::javax::swing::JEditorPane$PlainEditorKit *);
33 public:
34 static ::java::lang::Class class$;
37 #endif // __javax_swing_JEditorPane$PlainEditorKit__