mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
50 lines
1.0 KiB
C
50 lines
1.0 KiB
C
|
|
||
|
// 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__
|