OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [ComponentInputMap.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_swing_ComponentInputMap__
5
#define __javax_swing_ComponentInputMap__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/InputMap.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace swing
15
    {
16
        class ComponentInputMap;
17
        class InputMap;
18
        class JComponent;
19
        class KeyStroke;
20
    }
21
  }
22
}
23
 
24
class javax::swing::ComponentInputMap : public ::javax::swing::InputMap
25
{
26
 
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$;
38
};
39
 
40
#endif // __javax_swing_ComponentInputMap__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.