GapContent$UndoRemove.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __javax_swing_text_GapContent$UndoRemove__
  3. #define __javax_swing_text_GapContent$UndoRemove__
  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$UndoRemove;
  16. }
  17. }
  18. }
  19. }
  20. class javax::swing::text::GapContent$UndoRemove : public ::javax::swing::undo::AbstractUndoableEdit
  21. {
  22. public:
  23. GapContent$UndoRemove(::javax::swing::text::GapContent *, jint, ::java::lang::String *);
  24. virtual void undo();
  25. virtual void redo();
  26. jint __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) where;
  27. public: // actually package-private
  28. ::java::lang::String * text;
  29. private:
  30. ::java::util::Vector * positions;
  31. public: // actually package-private
  32. ::javax::swing::text::GapContent * this$0;
  33. public:
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __javax_swing_text_GapContent$UndoRemove__