GapContent$InsertUndo.h 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_GapContent$InsertUndo__
  3. #define __javax_swing_text_GapContent$InsertUndo__
  4. #pragma interface
  5. #include <javax/swing/undo/AbstractUndoableEdit.h>
  6. extern "Java"
  7. {
  8. namespace javax
  9. {
  10. namespace swing
  11. {
  12. namespace text
  13. {
  14. class GapContent;
  15. class GapContent$InsertUndo;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::text::GapContent$InsertUndo : public ::javax::swing::undo::AbstractUndoableEdit
  21. {
  22. public:
  23. GapContent$InsertUndo(::javax::swing::text::GapContent *, jint, jint);
  24. virtual void undo();
  25. virtual void redo();
  26. jint __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) where;
  27. jint length;
  28. public: // actually package-private
  29. ::java::lang::String * text;
  30. private:
  31. ::java::util::Vector * positions;
  32. public: // actually package-private
  33. ::javax::swing::text::GapContent * this$0;
  34. public:
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __javax_swing_text_GapContent$InsertUndo__