Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / JEditorPane$1.h
blob9eb8b8ae0a8362a6c145bb5f64fb6dacf8d3d903
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JEditorPane$1__
5 #define __javax_swing_JEditorPane$1__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class JEditorPane$1;
17 class JEditorPane$PlainEditorKit;
18 namespace text
20 class Element;
21 class View;
27 class javax::swing::JEditorPane$1 : public ::java::lang::Object
30 public: // actually package-private
31 JEditorPane$1(::javax::swing::JEditorPane$PlainEditorKit *);
32 public:
33 virtual ::javax::swing::text::View * create(::javax::swing::text::Element *);
34 public: // actually package-private
35 ::javax::swing::JEditorPane$PlainEditorKit * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$1;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __javax_swing_JEditorPane$1__