2016-06-27 François Dumont <fdumont@gcc.gnu.org>
[official-gcc.git] / libjava / javax / swing / LookAndFeel$1.h
blob8764efbe48c997c42adae0bcff4c10818bc5f0bd
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_LookAndFeel$1__
5 #define __javax_swing_LookAndFeel$1__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace java
14 namespace net
16 class URL;
19 namespace javax
21 namespace swing
23 class LookAndFeel$1;
24 class UIDefaults;
29 class javax::swing::LookAndFeel$1 : public ::java::lang::Object
32 public: // actually package-private
33 LookAndFeel$1(::java::net::URL *);
34 public:
35 virtual ::java::lang::Object * createValue(::javax::swing::UIDefaults *);
36 private:
37 ::java::net::URL * __attribute__((aligned(__alignof__( ::java::lang::Object)))) val$file;
38 public:
39 static ::java::lang::Class class$;
42 #endif // __javax_swing_LookAndFeel$1__