1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __javax_swing_text_html_FrameSetView$FrameSetRow__
5 #define __javax_swing_text_html_FrameSetView$FrameSetRow__
6 
7 #pragma interface
8 
9 #include <javax/swing/text/BoxView.h>
10 #include <gcj/array.h>
11 
12 extern "Java"
13 {
14   namespace javax
15   {
16     namespace swing
17     {
18       namespace text
19       {
20           class Element;
21           class ViewFactory;
22         namespace html
23         {
24             class FrameSetView;
25             class FrameSetView$FrameSetRow;
26         }
27       }
28     }
29   }
30 }
31 
32 class javax::swing::text::html::FrameSetView$FrameSetRow : public ::javax::swing::text::BoxView
33 {
34 
35 public: // actually package-private
36   FrameSetView$FrameSetRow(::javax::swing::text::html::FrameSetView *, ::javax::swing::text::Element *, jint);
37 public: // actually protected
38   virtual void loadChildren(::javax::swing::text::ViewFactory *);
39   virtual void layoutMajorAxis(jint, jint, JArray< jint > *, JArray< jint > *);
40 private:
41   jint __attribute__((aligned(__alignof__( ::javax::swing::text::BoxView)))) row;
42 public: // actually package-private
43   ::javax::swing::text::html::FrameSetView * this$0;
44 public:
45   static ::java::lang::Class class$;
46 };
47 
48 #endif // __javax_swing_text_html_FrameSetView$FrameSetRow__
49