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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [awt/] [event/] [FocusEvent.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_FocusEvent__
5
#define __java_awt_event_FocusEvent__
6
 
7
#pragma interface
8
 
9
#include <java/awt/event/ComponentEvent.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
      namespace event
18
      {
19
          class FocusEvent;
20
      }
21
    }
22
  }
23
}
24
 
25
class java::awt::event::FocusEvent : public ::java::awt::event::ComponentEvent
26
{
27
 
28
public:
29
  FocusEvent(::java::awt::Component *, jint, jboolean, ::java::awt::Component *);
30
  FocusEvent(::java::awt::Component *, jint, jboolean);
31
  FocusEvent(::java::awt::Component *, jint);
32
  virtual jboolean isTemporary();
33
  virtual ::java::awt::Component * getOppositeComponent();
34
  virtual ::java::lang::String * paramString();
35
private:
36
  static const jlong serialVersionUID = 523753786457416396LL;
37
public:
38
  static const jint FOCUS_FIRST = 1004;
39
  static const jint FOCUS_LAST = 1005;
40
  static const jint FOCUS_GAINED = 1004;
41
  static const jint FOCUS_LOST = 1005;
42
private:
43
  jboolean __attribute__((aligned(__alignof__( ::java::awt::event::ComponentEvent)))) temporary;
44
  ::java::awt::Component * opposite;
45
public:
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __java_awt_event_FocusEvent__

powered by: WebSVN 2.1.0

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