summaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/FrameView.h
blob: e1856e327de8332b8b2a8442045f6511329338be (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
47
48
49
50
51
52
53
54
55
56
57
58
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_swing_text_html_FrameView__
#define __javax_swing_text_html_FrameView__

#pragma interface

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

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

public: // actually package-private
  FrameView(::javax::swing::text::Element *);
public: // actually protected
  virtual ::java::awt::Component * createComponent();
public:
  virtual void hyperlinkUpdate(::javax::swing::event::HyperlinkEvent *);
private:
  void handleHyperlinkEvent(::javax::swing::event::HyperlinkEvent *, ::javax::swing::JEditorPane *, ::java::lang::String *);
  void handleFormSubmitEvent(::javax::swing::text::html::HTMLFrameHyperlinkEvent *, ::javax::swing::JEditorPane *, ::java::lang::String *);
  ::javax::swing::JEditorPane * getTopEditorPane();
public:
  static ::java::lang::Class class$;
};

#endif // __javax_swing_text_html_FrameView__