Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / swing / Box.h
blob29538a6eed842fdda5541259f8f935405ea1e2a6
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_swing_Box__
5 #define __javax_swing_Box__
7 #pragma interface
9 #include <javax/swing/JComponent.h>
10 extern "Java"
12 namespace java
14 namespace awt
16 class Component;
17 class Dimension;
18 class LayoutManager;
21 namespace javax
23 namespace accessibility
25 class AccessibleContext;
27 namespace swing
29 class Box;
34 class javax::swing::Box : public ::javax::swing::JComponent
37 public:
38 Box(jint);
39 static ::java::awt::Component * createGlue();
40 static ::javax::swing::Box * createHorizontalBox();
41 static ::java::awt::Component * createHorizontalGlue();
42 static ::java::awt::Component * createHorizontalStrut(jint);
43 static ::java::awt::Component * createRigidArea(::java::awt::Dimension *);
44 static ::javax::swing::Box * createVerticalBox();
45 static ::java::awt::Component * createVerticalGlue();
46 static ::java::awt::Component * createVerticalStrut(jint);
47 virtual void setLayout(::java::awt::LayoutManager *);
48 virtual ::javax::accessibility::AccessibleContext * getAccessibleContext();
49 private:
50 static const jlong serialVersionUID = 1525417495883046342LL;
51 public:
52 static ::java::lang::Class class$;
55 #endif // __javax_swing_Box__