OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / plaf / metal / MetalIconFactory$FileChooserHomeFolderIcon.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_plaf_metal_MetalIconFactory$FileChooserHomeFolderIcon__
5 #define __javax_swing_plaf_metal_MetalIconFactory$FileChooserHomeFolderIcon__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace awt
15     {
16         class Component;
17         class Graphics;
18     }
19   }
20   namespace javax
21   {
22     namespace swing
23     {
24       namespace plaf
25       {
26         namespace metal
27         {
28             class MetalIconFactory$FileChooserHomeFolderIcon;
29         }
30       }
31     }
32   }
33 }
34
35 class javax::swing::plaf::metal::MetalIconFactory$FileChooserHomeFolderIcon : public ::java::lang::Object
36 {
37
38 public:
39   MetalIconFactory$FileChooserHomeFolderIcon();
40   virtual jint getIconWidth();
41   virtual jint getIconHeight();
42   virtual void paintIcon(::java::awt::Component *, ::java::awt::Graphics *, jint, jint);
43   static ::java::lang::Class class$;
44 };
45
46 #endif // __javax_swing_plaf_metal_MetalIconFactory$FileChooserHomeFolderIcon__