summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/Popup$LightweightPopup.h
blob: d9b0123af90232017bf8ce799ec833334526a238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_Popup$LightweightPopup__
#define __javax_swing_Popup$LightweightPopup__

#pragma interface

#include <javax/swing/Popup.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Component;
    }
  }
  namespace javax
  {
    namespace swing
    {
        class JLayeredPane;
        class JPanel;
        class Popup$LightweightPopup;
    }
  }
}

class javax::swing::Popup$LightweightPopup : public ::javax::swing::Popup
{

public:
  Popup$LightweightPopup(::java::awt::Component *, ::java::awt::Component *, jint, jint);
  virtual void show();
  virtual void hide();
public: // actually package-private
  ::java::awt::Component * __attribute__((aligned(__alignof__( ::javax::swing::Popup)))) owner;
  ::java::awt::Component * contents;
  jint x;
  jint y;
private:
  ::javax::swing::JPanel * panel;
  ::javax::swing::JLayeredPane * layeredPane;
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_Popup$LightweightPopup__