mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-10 06:06:02 +00:00
44 lines
1.0 KiB
C
44 lines
1.0 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_text_StringContent$RemoveUndo__
|
||
|
#define __javax_swing_text_StringContent$RemoveUndo__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/undo/AbstractUndoableEdit.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
namespace text
|
||
|
{
|
||
|
class StringContent;
|
||
|
class StringContent$RemoveUndo;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::text::StringContent$RemoveUndo : public ::javax::swing::undo::AbstractUndoableEdit
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
StringContent$RemoveUndo(::javax::swing::text::StringContent *, jint, ::java::lang::String *);
|
||
|
virtual void undo();
|
||
|
virtual void redo();
|
||
|
private:
|
||
|
jint __attribute__((aligned(__alignof__( ::javax::swing::undo::AbstractUndoableEdit)))) start;
|
||
|
jint len;
|
||
|
::java::lang::String * undoString;
|
||
|
public: // actually package-private
|
||
|
::java::util::Vector * positions;
|
||
|
::javax::swing::text::StringContent * this$0;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_text_StringContent$RemoveUndo__
|