mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
43 lines
1016 B
C
43 lines
1016 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_text_StyledEditorKit$CaretTracker__
|
||
|
#define __javax_swing_text_StyledEditorKit$CaretTracker__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
namespace event
|
||
|
{
|
||
|
class CaretEvent;
|
||
|
}
|
||
|
namespace text
|
||
|
{
|
||
|
class StyledEditorKit;
|
||
|
class StyledEditorKit$CaretTracker;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::text::StyledEditorKit$CaretTracker : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
StyledEditorKit$CaretTracker(::javax::swing::text::StyledEditorKit *);
|
||
|
public:
|
||
|
virtual void caretUpdate(::javax::swing::event::CaretEvent *);
|
||
|
public: // actually package-private
|
||
|
::javax::swing::text::StyledEditorKit * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_text_StyledEditorKit$CaretTracker__
|