| |
| // 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__ |