OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / javax / swing / colorchooser / DefaultSwatchChooserPanel$RecentPanelLayout.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __javax_swing_colorchooser_DefaultSwatchChooserPanel$RecentPanelLayout__
5 #define __javax_swing_colorchooser_DefaultSwatchChooserPanel$RecentPanelLayout__
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 Container;
18         class Dimension;
19     }
20   }
21   namespace javax
22   {
23     namespace swing
24     {
25       namespace colorchooser
26       {
27           class DefaultSwatchChooserPanel$RecentPanelLayout;
28       }
29     }
30   }
31 }
32
33 class javax::swing::colorchooser::DefaultSwatchChooserPanel$RecentPanelLayout : public ::java::lang::Object
34 {
35
36 public: // actually package-private
37   DefaultSwatchChooserPanel$RecentPanelLayout();
38 public:
39   virtual void addLayoutComponent(::java::lang::String *, ::java::awt::Component *);
40   virtual void layoutContainer(::java::awt::Container *);
41   virtual ::java::awt::Dimension * minimumLayoutSize(::java::awt::Container *);
42   virtual ::java::awt::Dimension * preferredLayoutSize(::java::awt::Container *);
43   virtual void removeLayoutComponent(::java::awt::Component *);
44   static ::java::lang::Class class$;
45 };
46
47 #endif // __javax_swing_colorchooser_DefaultSwatchChooserPanel$RecentPanelLayout__