* config/epiphany/epiphany.md (GPR_1): New constant.
[official-gcc.git] / libjava / javax / swing / Popup.h
blob8c7f4b1fe693f6808e41388d5d282a40f160c286
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Popup__
5 #define __javax_swing_Popup__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Component;
19 namespace javax
21 namespace swing
23 class Popup;
28 class javax::swing::Popup : public ::java::lang::Object
31 public: // actually protected
32 Popup(::java::awt::Component *, ::java::awt::Component *, jint, jint);
33 Popup();
34 public:
35 virtual void show();
36 virtual void hide();
37 static ::java::lang::Class class$;
40 #endif // __javax_swing_Popup__