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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [swing/] [Popup$LightweightPopup.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_Popup$LightweightPopup__
5
#define __javax_swing_Popup$LightweightPopup__
6
 
7
#pragma interface
8
 
9
#include <javax/swing/Popup.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace awt
15
    {
16
        class Component;
17
    }
18
  }
19
  namespace javax
20
  {
21
    namespace swing
22
    {
23
        class JLayeredPane;
24
        class JPanel;
25
        class Popup$LightweightPopup;
26
    }
27
  }
28
}
29
 
30
class javax::swing::Popup$LightweightPopup : public ::javax::swing::Popup
31
{
32
 
33
public:
34
  Popup$LightweightPopup(::java::awt::Component *, ::java::awt::Component *, jint, jint);
35
  virtual void show();
36
  virtual void hide();
37
public: // actually package-private
38
  ::java::awt::Component * __attribute__((aligned(__alignof__( ::javax::swing::Popup)))) owner;
39
  ::java::awt::Component * contents;
40
  jint x;
41
  jint y;
42
private:
43
  ::javax::swing::JPanel * panel;
44
  ::javax::swing::JLayeredPane * layeredPane;
45
public:
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __javax_swing_Popup$LightweightPopup__

powered by: WebSVN 2.1.0

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