PR testsuite/44195
[official-gcc.git] / libjava / javax / swing / text / GapContent$InsertUndo.h
blobf36085d3cb87fad18002e53175f7a0c1dca97c2f
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_text_GapContent$InsertUndo__
5 #define __javax_swing_text_GapContent$InsertUndo__
7 #pragma interface
9 #include <javax/swing/undo/AbstractUndoableEdit.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 namespace text
18 class GapContent;
19 class GapContent$InsertUndo;
25 class javax::swing::text::GapContent$InsertUndo : public ::javax::swing::undo::AbstractUndoableEdit
28 public:
29 GapContent$InsertUndo(::javax::swing::text::GapContent *, jint, jint);
30 virtual void undo();
31 virtual void redo();
32 jint __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) where;
33 jint length;
34 public: // actually package-private
35 ::java::lang::String * text;
36 private:
37 ::java::util::Vector * positions;
38 public: // actually package-private
39 ::javax::swing::text::GapContent * this$0;
40 public:
41 static ::java::lang::Class class$;
44 #endif // __javax_swing_text_GapContent$InsertUndo__