summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/JTextComponent$KeyBinding.h
blob: e3565c96fed23fb1c557f4273eddac0cbefac8f4 (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
// 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__