mips-protos.h (mips_output_external): Make it return void.
[official-gcc.git] / libjava / javax / swing / Popup$LightweightPopup.h
blobd9b0123af90232017bf8ce799ec833334526a238
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Popup$LightweightPopup__
5 #define __javax_swing_Popup$LightweightPopup__
7 #pragma interface
9 #include <javax/swing/Popup.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Component;
19 namespace javax
21 namespace swing
23 class JLayeredPane;
24 class JPanel;
25 class Popup$LightweightPopup;
30 class javax::swing::Popup$LightweightPopup : public ::javax::swing::Popup
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$;
49 #endif // __javax_swing_Popup$LightweightPopup__