1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_ViewportLayout__
5 #define __javax_swing_ViewportLayout__
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         class ViewportLayout;
26     }
27   }
28 }
29 
30 class javax::swing::ViewportLayout : public ::java::lang::Object
31 {
32 
33 public:
34   ViewportLayout();
35   virtual void addLayoutComponent(::java::lang::String *, ::java::awt::Component *);
36   virtual void removeLayoutComponent(::java::awt::Component *);
37   virtual ::java::awt::Dimension * preferredLayoutSize(::java::awt::Container *);
38   virtual ::java::awt::Dimension * minimumLayoutSize(::java::awt::Container *);
39   virtual void layoutContainer(::java::awt::Container *);
40 private:
41   static const jlong serialVersionUID = -788225906076097229LL;
42 public:
43   static ::java::lang::Class class$;
44 };
45 
46 #endif // __javax_swing_ViewportLayout__
47