1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- // 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__
|