* config/sparc/freebsd.h (CPP_CPU64_DEFAULT_SPEC): Replace with...
[official-gcc.git] / libjava / javax / swing / ComponentInputMap.h
blobe0ec4e946360e5c909ce0af6e6f0f0b45715df7a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_ComponentInputMap__
5 #define __javax_swing_ComponentInputMap__
7 #pragma interface
9 #include <javax/swing/InputMap.h>
10 extern "Java"
12 namespace javax
14 namespace swing
16 class ComponentInputMap;
17 class InputMap;
18 class JComponent;
19 class KeyStroke;
24 class javax::swing::ComponentInputMap : public ::javax::swing::InputMap
27 public:
28 ComponentInputMap(::javax::swing::JComponent *);
29 virtual void put(::javax::swing::KeyStroke *, ::java::lang::Object *);
30 virtual void clear();
31 virtual void remove(::javax::swing::KeyStroke *);
32 virtual void setParent(::javax::swing::InputMap *);
33 virtual ::javax::swing::JComponent * getComponent();
34 private:
35 ::javax::swing::JComponent * __attribute__((aligned(__alignof__( ::javax::swing::InputMap)))) component;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __javax_swing_ComponentInputMap__