mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
37 lines
835 B
C
37 lines
835 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_text_DefaultEditorKit$UpAction__
|
||
|
#define __javax_swing_text_DefaultEditorKit$UpAction__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <javax/swing/text/TextAction$VerticalMovementAction.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
namespace text
|
||
|
{
|
||
|
class Caret;
|
||
|
class DefaultEditorKit$UpAction;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::text::DefaultEditorKit$UpAction : public ::javax::swing::text::TextAction$VerticalMovementAction
|
||
|
{
|
||
|
|
||
|
public: // actually package-private
|
||
|
DefaultEditorKit$UpAction();
|
||
|
public: // actually protected
|
||
|
virtual void actionPerformedImpl(::javax::swing::text::Caret *, jint);
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_text_DefaultEditorKit$UpAction__
|