summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/KeyStroke.h
blob: 640225608dc366a1e34d3619c99f6c699a400f02 (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_KeyStroke__
#define __javax_swing_KeyStroke__

#pragma interface

#include <java/awt/AWTKeyStroke.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
      namespace event
      {
          class KeyEvent;
      }
    }
  }
  namespace javax
  {
    namespace swing
    {
        class KeyStroke;
    }
  }
}

class javax::swing::KeyStroke : public ::java::awt::AWTKeyStroke
{

  KeyStroke();
  KeyStroke(jchar, jint, jint, jboolean);
public:
  static ::javax::swing::KeyStroke * getKeyStroke(jchar);
  static ::javax::swing::KeyStroke * getKeyStroke(jchar, jboolean);
  static ::javax::swing::KeyStroke * getKeyStroke(::java::lang::Character *, jint);
  static ::javax::swing::KeyStroke * getKeyStroke(jint, jint, jboolean);
  static ::javax::swing::KeyStroke * getKeyStroke(jint, jint);
  static ::javax::swing::KeyStroke * getKeyStroke(::java::lang::String *);
  static ::javax::swing::KeyStroke * getKeyStrokeForEvent(::java::awt::event::KeyEvent *);
private:
  static const jlong serialVersionUID = -9060180771037902530LL;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_KeyStroke__