Fix expected messages in test
[official-gcc.git] / libjava / javax / swing / JFileChooser$1.h
blob87b504532c7ca3a1d8d0ee239e96416b305b94f5
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_JFileChooser$1__
5 #define __javax_swing_JFileChooser$1__
7 #pragma interface
9 #include <java/awt/event/WindowAdapter.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 namespace event
18 class WindowEvent;
22 namespace javax
24 namespace swing
26 class JFileChooser;
27 class JFileChooser$1;
32 class javax::swing::JFileChooser$1 : public ::java::awt::event::WindowAdapter
35 public: // actually package-private
36 JFileChooser$1(::javax::swing::JFileChooser *);
37 public:
38 virtual void windowClosing(::java::awt::event::WindowEvent *);
39 public: // actually package-private
40 ::javax::swing::JFileChooser * __attribute__((aligned(__alignof__( ::java::awt::event::WindowAdapter)))) this$0;
41 public:
42 static ::java::lang::Class class$;
45 #endif // __javax_swing_JFileChooser$1__