aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/ComponentInputMap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/ComponentInputMap.h')
-rw-r--r--libjava/javax/swing/ComponentInputMap.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/libjava/javax/swing/ComponentInputMap.h b/libjava/javax/swing/ComponentInputMap.h
deleted file mode 100644
index e0ec4e9..0000000
--- a/libjava/javax/swing/ComponentInputMap.h
+++ /dev/null
@@ -1,40 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_swing_ComponentInputMap__
-#define __javax_swing_ComponentInputMap__
-
-#pragma interface
-
-#include <javax/swing/InputMap.h>
-extern "Java"
-{
- namespace javax
- {
- namespace swing
- {
- class ComponentInputMap;
- class InputMap;
- class JComponent;
- class KeyStroke;
- }
- }
-}
-
-class javax::swing::ComponentInputMap : public ::javax::swing::InputMap
-{
-
-public:
- ComponentInputMap(::javax::swing::JComponent *);
- virtual void put(::javax::swing::KeyStroke *, ::java::lang::Object *);
- virtual void clear();
- virtual void remove(::javax::swing::KeyStroke *);
- virtual void setParent(::javax::swing::InputMap *);
- virtual ::javax::swing::JComponent * getComponent();
-private:
- ::javax::swing::JComponent * __attribute__((aligned(__alignof__( ::javax::swing::InputMap)))) component;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_swing_ComponentInputMap__