mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
36 lines
813 B
C
36 lines
813 B
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __javax_swing_text_JTextComponent$KeyBinding__
|
||
|
#define __javax_swing_text_JTextComponent$KeyBinding__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace javax
|
||
|
{
|
||
|
namespace swing
|
||
|
{
|
||
|
class KeyStroke;
|
||
|
namespace text
|
||
|
{
|
||
|
class JTextComponent$KeyBinding;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class javax::swing::text::JTextComponent$KeyBinding : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
JTextComponent$KeyBinding(::javax::swing::KeyStroke *, ::java::lang::String *);
|
||
|
::javax::swing::KeyStroke * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
|
||
|
::java::lang::String * actionName;
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __javax_swing_text_JTextComponent$KeyBinding__
|