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