]> gcc.gnu.org Git - gcc.git/blame - libjava/javax/swing/JEditorPane$1.h
re PR libgcj/42676 (javah doesn't generate the header files as checked in in the...
[gcc.git] / libjava / javax / swing / JEditorPane$1.h
CommitLineData
97b8365c
TT
1
2// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4#ifndef __javax_swing_JEditorPane$1__
5#define __javax_swing_JEditorPane$1__
6
7#pragma interface
8
9#include <java/lang/Object.h>
10extern "Java"
11{
12 namespace javax
13 {
14 namespace swing
15 {
16 class JEditorPane$1;
17 class JEditorPane$PlainEditorKit;
18 namespace text
19 {
20 class Element;
21 class View;
22 }
23 }
24 }
25}
26
27class javax::swing::JEditorPane$1 : public ::java::lang::Object
28{
29
30public: // actually package-private
31 JEditorPane$1(::javax::swing::JEditorPane$PlainEditorKit *);
32public:
e1ab4b42 33 virtual ::javax::swing::text::View * create(::javax::swing::text::Element *);
97b8365c
TT
34public: // actually package-private
35 ::javax::swing::JEditorPane$PlainEditorKit * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$1;
36public:
37 static ::java::lang::Class class$;
38};
39
40#endif // __javax_swing_JEditorPane$1__
This page took 0.376408 seconds and 5 git commands to generate.