📄 webbrowserevent.html
字号:
<PRE>
public static final int <B>WEBBROWSER_STATUSTEXT_CHANGE</B></PRE>
<DL>
<DD>Event fired when the status bar text changes.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_STATUSTEXT_CHANGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_KEYDOWN"><!-- --></A><H3>
WEBBROWSER_KEYDOWN</H3>
<PRE>
public static final int <B>WEBBROWSER_KEYDOWN</B></PRE>
<DL>
<DD>Event fired when the key put down.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_KEYDOWN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_CLOSE"><!-- --></A><H3>
WEBBROWSER_CLOSE</H3>
<PRE>
public static final int <B>WEBBROWSER_CLOSE</B></PRE>
<DL>
<DD>Event fired in response to JavaScript window.close().
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_CLOSE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_INIT_FAILED"><!-- --></A><H3>
WEBBROWSER_INIT_FAILED</H3>
<PRE>
public static final int <B>WEBBROWSER_INIT_FAILED</B></PRE>
<DL>
<DD>Event fired when the initialization of IWebBrowser fails.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_INIT_FAILED">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_INIT_WINDOW_SUCC"><!-- --></A><H3>
WEBBROWSER_INIT_WINDOW_SUCC</H3>
<PRE>
public static final int <B>WEBBROWSER_INIT_WINDOW_SUCC</B></PRE>
<DL>
<DD>Event fired when initialization of IWebBrowser Window succeeds.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_INIT_WINDOW_SUCC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_FOCUS_REQUEST"><!-- --></A><H3>
WEBBROWSER_FOCUS_REQUEST</H3>
<PRE>
public static final int <B>WEBBROWSER_FOCUS_REQUEST</B></PRE>
<DL>
<DD>Event fired when IWebBrowser need to get Focus.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_FOCUS_REQUEST">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_DESTROYWINDOW_SUCC"><!-- --></A><H3>
WEBBROWSER_DESTROYWINDOW_SUCC</H3>
<PRE>
public static final int <B>WEBBROWSER_DESTROYWINDOW_SUCC</B></PRE>
<DL>
<DD>Event fired when destroy of IWebBrowser Window succeeds.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_DESTROYWINDOW_SUCC">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_GETCONTENT"><!-- --></A><H3>
WEBBROWSER_GETCONTENT</H3>
<PRE>
public static final int <B>WEBBROWSER_GETCONTENT</B></PRE>
<DL>
<DD>Event fired when the content of the currently loaded page is requested by a IWebBrowser object's getContent method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_GETCONTENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_SETCONTENT"><!-- --></A><H3>
WEBBROWSER_SETCONTENT</H3>
<PRE>
public static final int <B>WEBBROWSER_SETCONTENT</B></PRE>
<DL>
<DD>Event fired when the content of the currently loaded page is requested to be set by a WebBrowser object's setContent() method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_SETCONTENT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="WEBBROWSER_EXECUTESCRIPT"><!-- --></A><H3>
WEBBROWSER_EXECUTESCRIPT</H3>
<PRE>
public static final int <B>WEBBROWSER_EXECUTESCRIPT</B></PRE>
<DL>
<DD>Event fired when a javascript string is requrested to be executed by a WebBrowser object's executeScript method.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../constant-values.html#org.jdesktop.jdic.browser.WebBrowserEvent.WEBBROWSER_EXECUTESCRIPT">Constant Field Values</A></DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="WebBrowserEvent(org.jdesktop.jdic.browser.IWebBrowser, int)"><!-- --></A><H3>
WebBrowserEvent</H3>
<PRE>
public <B>WebBrowserEvent</B>(<A HREF="../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A> source, int id)</PRE>
<DL>
<DD>Constructs a <code>WebBrowserEvent</code> object with source and event id.
<P>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - the IWebBrowser which owns this event.<DD><CODE>id</CODE> - the id of the event.</DL>
<HR>
<A NAME="WebBrowserEvent(org.jdesktop.jdic.browser.IWebBrowser, int, java.lang.String)"><!-- --></A><H3>
WebBrowserEvent</H3>
<PRE>
public <B>WebBrowserEvent</B>(<A HREF="../../../../org/jdesktop/jdic/browser/IWebBrowser.html" title="interface in org.jdesktop.jdic.browser">IWebBrowser</A> source, int id, java.lang.String data)</PRE>
<DL>
<DD>Constructs a <code>WebBrowserEvent</code> object with source, event id and event data.
<P>
<DT><B>Parameters:</B><DD><CODE>source</CODE> - the WebBrowser which owns this event.<DD><CODE>id</CODE> - the id of the event.<DD><CODE>data</CODE> - the data of the event.</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getID()"><!-- --></A><H3>
getID</H3>
<PRE>
public int <B>getID</B>()</PRE>
<DL>
<DD>Returns the event ID.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getData()"><!-- --></A><H3>
getData</H3>
<PRE>
public java.lang.String <B>getData</B>()</PRE>
<DL>
<DD>Returns the event data.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/WebBrowserEvent.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
JDIC API V2006 Release 0308</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../org/jdesktop/jdic/browser/WebBrowser.html" title="class in org.jdesktop.jdic.browser"><B>PREV CLASS</B></A>
<A HREF="../../../../org/jdesktop/jdic/browser/WebBrowserListenerAdapter.html" title="class in org.jdesktop.jdic.browser"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="WebBrowserEvent.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size=-1>For more information and documentation on JDIC, see <a href=https://jdic.dev.java.net>JDIC website</a>. <p>That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information. <p>Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href= https://jdic.dev.java.net/source/browse/jdic/src/COPYING>license terms</a>. </font>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -