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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [event/] [ComponentEvent.h] - Blame information for rev 758

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_awt_event_ComponentEvent__
5
#define __java_awt_event_ComponentEvent__
6
 
7
#pragma interface
8
 
9
#include <java/awt/AWTEvent.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
      namespace event
18
      {
19
          class ComponentEvent;
20
      }
21
    }
22
  }
23
}
24
 
25
class java::awt::event::ComponentEvent : public ::java::awt::AWTEvent
26
{
27
 
28
public:
29
  ComponentEvent(::java::awt::Component *, jint);
30
  virtual ::java::awt::Component * getComponent();
31
  virtual ::java::lang::String * paramString();
32
private:
33
  static const jlong serialVersionUID = 8101406823902992965LL;
34
public:
35
  static const jint COMPONENT_FIRST = 100;
36
  static const jint COMPONENT_LAST = 103;
37
  static const jint COMPONENT_MOVED = 100;
38
  static const jint COMPONENT_RESIZED = 101;
39
  static const jint COMPONENT_SHOWN = 102;
40
  static const jint COMPONENT_HIDDEN = 103;
41
  static ::java::lang::Class class$;
42
};
43
 
44
#endif // __java_awt_event_ComponentEvent__

powered by: WebSVN 2.1.0

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