summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/ObjectView.h
blob: 666b671aa0d734ec1af66d4aa2114a93f2fee600 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_ObjectView__
#define __javax_swing_text_html_ObjectView__

#pragma interface

#include <javax/swing/text/ComponentView.h>
extern "Java"
{
  namespace java
  {
    namespace awt
    {
        class Component;
    }
  }
  namespace javax
  {
    namespace swing
    {
      namespace text
      {
          class Element;
        namespace html
        {
            class ObjectView;
        }
      }
    }
  }
}

class javax::swing::text::html::ObjectView : public ::javax::swing::text::ComponentView
{

public:
  ObjectView(::javax::swing::text::Element *);
public: // actually protected
  virtual ::java::awt::Component * createComponent();
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_ObjectView__