1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_ResetablePlainDocument__
5 #define __javax_swing_text_html_ResetablePlainDocument__
6 
7 #pragma interface
8 
9 #include <javax/swing/text/PlainDocument.h>
10 extern "Java"
11 {
12   namespace javax
13   {
14     namespace swing
15     {
16       namespace text
17       {
18         namespace html
19         {
20             class ResetablePlainDocument;
21         }
22       }
23     }
24   }
25 }
26 
27 class javax::swing::text::html::ResetablePlainDocument : public ::javax::swing::text::PlainDocument
28 {
29 
30 public: // actually package-private
31   ResetablePlainDocument();
32   virtual void setInitialText(::java::lang::String *);
33 public:
34   virtual void reset();
35 private:
36   ::java::lang::String * __attribute__((aligned(__alignof__( ::javax::swing::text::PlainDocument)))) initial;
37 public: // actually package-private
38   static jboolean $assertionsDisabled;
39 public:
40   static ::java::lang::Class class$;
41 };
42 
43 #endif // __javax_swing_text_html_ResetablePlainDocument__
44