webbrowser_v1raw.java
来自「java internet 浏览器:一个java编写的web浏览器」· Java 代码 · 共 358 行
JAVA
358 行
//
// Auto-generated using JActiveX.EXE 5.00.2918
// ("D:\MICROSOFT VISUAL STUDIO\VJ98\jactivex.exe" /wfc /t "D:\MICROSOFT VISUAL STUDIO\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\WIN95\TEMP\jvc10E5.TMP" /nologo /d "e:\vj6\explore" "C:\WIN95\SYSTEM\SHDOCVW.DLL")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//
package shdocvw;
import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
/** @com.class(classid=EAB22AC3-30C1-11CF-A7EB-0000C05BAE0B,DynamicCasts)
@com.interface(iid=EAB22AC1-30C1-11CF-A7EB-0000C05BAE0B, thread=AUTO, type=DUAL) */
public class WebBrowser_V1Raw implements IUnknown,com.ms.com.NoAutoScripting,shdocvw.IWebBrowser2,shdocvw.IWebBrowser
{
/** @com.method()
@hidden */
public native void GoBack();
/** @com.method()
@hidden */
public native void GoForward();
/** @com.method()
@hidden */
public native void GoHome();
/** @com.method()
@hidden */
public native void GoSearch();
/** @com.method()
@hidden */
public native void Navigate(String URL, Variant Flags, Variant TargetFrameName, Variant PostData, Variant Headers);
/** @com.method()
@hidden */
public native void Refresh();
/** @com.method()
@hidden */
public native void Refresh2(Variant Level);
/** @com.method()
@hidden */
public native void Stop();
/** @com.method()
@hidden */
public native Object getApplication();
/** @com.method()
@hidden */
public native Object getParent();
/** @com.method()
@hidden */
public native Object getContainer();
/** @com.method()
@hidden */
public native Object getDocument();
/** @com.method()
@hidden */
public native boolean getTopLevelContainer();
/** @com.method()
@hidden */
public native String getType();
/** @com.method()
@hidden */
public native int getLeft();
/** @com.method()
@hidden */
public native void setLeft(int pl);
/** @com.method()
@hidden */
public native int getTop();
/** @com.method()
@hidden */
public native void setTop(int pl);
/** @com.method()
@hidden */
public native int getWidth();
/** @com.method()
@hidden */
public native void setWidth(int pl);
/** @com.method()
@hidden */
public native int getHeight();
/** @com.method()
@hidden */
public native void setHeight(int pl);
/** @com.method()
@hidden */
public native String getLocationName();
/** @com.method()
@hidden */
public native String getLocationURL();
/** @com.method()
@hidden */
public native boolean getBusy();
/** @com.method()
@hidden */
public native void Quit();
/** @com.method()
@hidden */
public native void ClientToWindow(int[] pcx, int[] pcy);
/** @com.method()
@hidden */
public native void PutProperty(String Property, Variant vtValue);
/** @com.method()
@hidden */
public native Variant GetProperty(String Property);
/** @com.method()
@hidden */
public native String getName();
/** @com.method()
@hidden */
public native int getHWND();
/** @com.method()
@hidden */
public native String getFullName();
/** @com.method()
@hidden */
public native String getPath();
/** @com.method()
@hidden */
public native boolean getVisible();
/** @com.method()
@hidden */
public native void setVisible(boolean pBool);
/** @com.method()
@hidden */
public native boolean getStatusBar();
/** @com.method()
@hidden */
public native void setStatusBar(boolean pBool);
/** @com.method()
@hidden */
public native String getStatusText();
/** @com.method()
@hidden */
public native void setStatusText(String StatusText);
/** @com.method()
@hidden */
public native int getToolBar();
/** @com.method()
@hidden */
public native void setToolBar(int Value);
/** @com.method()
@hidden */
public native boolean getMenuBar();
/** @com.method()
@hidden */
public native void setMenuBar(boolean Value);
/** @com.method()
@hidden */
public native boolean getFullScreen();
/** @com.method()
@hidden */
public native void setFullScreen(boolean pbFullScreen);
/** @com.method()
@hidden */
public native void Navigate2(Variant URL, Variant Flags, Variant TargetFrameName, Variant PostData, Variant Headers);
/** @com.method()
@hidden */
public native int QueryStatusWB(int cmdID);
/** @com.method()
@hidden */
public native void ExecWB(int cmdID, int cmdexecopt, Variant pvaIn, Variant pvaOut);
/** @com.method()
@hidden */
public native void ShowBrowserBar(Variant pvaClsid, Variant pvarShow, Variant pvarSize);
/** @com.method()
@hidden */
public native int getReadyState();
/** @com.method()
@hidden */
public native boolean getOffline();
/** @com.method()
@hidden */
public native void setOffline(boolean pbOffline);
/** @com.method()
@hidden */
public native boolean getSilent();
/** @com.method()
@hidden */
public native void setSilent(boolean pbSilent);
/** @com.method()
@hidden */
public native boolean getRegisterAsBrowser();
/** @com.method()
@hidden */
public native void setRegisterAsBrowser(boolean pbRegister);
/** @com.method()
@hidden */
public native boolean getRegisterAsDropTarget();
/** @com.method()
@hidden */
public native void setRegisterAsDropTarget(boolean pbRegister);
/** @com.method()
@hidden */
public native boolean getTheaterMode();
/** @com.method()
@hidden */
public native void setTheaterMode(boolean pbRegister);
/** @com.method()
@hidden */
public native boolean getAddressBar();
/** @com.method()
@hidden */
public native void setAddressBar(boolean Value);
/** @com.method()
@hidden */
public native boolean getResizable();
/** @com.method()
@hidden */
public native void setResizable(boolean Value);
// GoBack UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void GoBack();
// GoForward UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void GoForward();
// GoHome UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void GoHome();
// GoSearch UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void GoSearch();
// Navigate UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void Navigate(String URL, Variant Flags, Variant TargetFrameName, Variant PostData, Variant Headers);
// Refresh UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void Refresh();
// Refresh2 UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void Refresh2(Variant Level);
// Stop UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void Stop();
// getApplication UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native Object getApplication();
// getParent UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native Object getParent();
// getContainer UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native Object getContainer();
// getDocument UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native Object getDocument();
// getTopLevelContainer UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native boolean getTopLevelContainer();
// getType UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native String getType();
// getLeft UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native int getLeft();
// setLeft UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void setLeft(int pl);
// getTop UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native int getTop();
// setTop UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void setTop(int pl);
// getWidth UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native int getWidth();
// setWidth UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void setWidth(int pl);
// getHeight UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native int getHeight();
// setHeight UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native void setHeight(int pl);
// getLocationName UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native String getLocationName();
// getLocationURL UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native String getLocationURL();
// getBusy UNMAPPABLE: Name is a keyword or conflicts with another member.
// public native boolean getBusy();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xeab22ac1, (short)0x30c1, (short)0x11cf, (byte)0xa7, (byte)0xeb, (byte)0x0, (byte)0x0, (byte)0xc0, (byte)0x5b, (byte)0xae, (byte)0xb);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xeab22ac3, (short)0x30c1, (short)0x11cf, (byte)0xa7, (byte)0xeb, (byte)0x0, (byte)0x0, (byte)0xc0, (byte)0x5b, (byte)0xae, (byte)0xb);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?