blob: b25ec52ce8ac3623be1445801c221ed6fda7bae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_TextAction$VerticalMovementAction__
#define __javax_swing_text_TextAction$VerticalMovementAction__
#pragma interface
#include <javax/swing/text/TextAction.h>
extern "Java"
{
namespace java
{
namespace awt
{
namespace event
{
class ActionEvent;
}
}
}
namespace javax
{
namespace swing
{
namespace text
{
class Caret;
class TextAction$VerticalMovementAction;
}
}
}
}
class javax::swing::text::TextAction$VerticalMovementAction : public ::javax::swing::text::TextAction
{
public: // actually package-private
TextAction$VerticalMovementAction(::java::lang::String *, jint);
public:
virtual void actionPerformed(::java::awt::event::ActionEvent *);
public: // actually protected
virtual void actionPerformedImpl(::javax::swing::text::Caret *, jint) = 0;
public: // actually package-private
jint __attribute__((aligned(__alignof__( ::javax::swing::text::TextAction)))) dir;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_TextAction$VerticalMovementAction__
|