blob: d9b0123af90232017bf8ce799ec833334526a238 [file] [log] [blame]
// 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__