OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / text / JTextComponent$KeymapActionMap.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_text_JTextComponent$KeymapActionMap__
5 #define __javax_swing_text_JTextComponent$KeymapActionMap__
6
7 #pragma interface
8
9 #include <javax/swing/ActionMap.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace swing
17     {
18         class Action;
19       namespace text
20       {
21           class JTextComponent;
22           class JTextComponent$KeymapActionMap;
23           class Keymap;
24       }
25     }
26   }
27 }
28
29 class javax::swing::text::JTextComponent$KeymapActionMap : public ::javax::swing::ActionMap
30 {
31
32 public:
33   JTextComponent$KeymapActionMap(::javax::swing::text::JTextComponent *, ::javax::swing::text::Keymap *);
34   virtual ::javax::swing::Action * get(::java::lang::Object *);
35   virtual jint size();
36   virtual JArray< ::java::lang::Object * > * keys();
37   virtual JArray< ::java::lang::Object * > * allKeys();
38 public: // actually package-private
39   ::javax::swing::text::Keymap * __attribute__((aligned(__alignof__( ::javax::swing::ActionMap)))) map;
40   ::javax::swing::text::JTextComponent * this$0;
41 public:
42   static ::java::lang::Class class$;
43 };
44
45 #endif // __javax_swing_text_JTextComponent$KeymapActionMap__