shellfolderview.java
来自「java internet 浏览器:一个java编写的web浏览器」· Java 代码 · 共 63 行
JAVA
63 行
//
// 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=62112AA1-EBE4-11CF-A5FB-0020AFE7292D,DynamicCasts)
@com.interface(iid=E7A1AF80-4D96-11CF-960C-0080C7F4EE85, thread=AUTO, type=DUAL) */
public class ShellFolderView implements IUnknown,com.ms.com.NoAutoScripting,shdocvw.IShellFolderViewDual
{
/** @com.method(vtoffset=4, dispid=1610743808, type=PROPGET, name="Application", name2="getApplication", addFlagsVtable=4)
@com.parameters([iid=00020400-0000-0000-C000-000000000046,thread=AUTO,type=DISPATCH] return) */
public native Object getApplication();
/** @com.method(vtoffset=5, dispid=1610743809, type=PROPGET, name="Parent", name2="getParent", addFlagsVtable=4)
@com.parameters([iid=00020400-0000-0000-C000-000000000046,thread=AUTO,type=DISPATCH] return) */
public native Object getParent();
/** @com.method(vtoffset=6, dispid=1610743810, type=PROPGET, name="Folder", name2="getFolder", addFlagsVtable=4)
@com.parameters([iid=BBCBDE60-C3FF-11CE-8350-444553540000,thread=AUTO,type=DISPATCH] return) */
public native shdocvw.Folder getFolder();
/** @com.method(vtoffset=7, dispid=1610743811, type=METHOD, name="SelectedItems", addFlagsVtable=4)
@com.parameters([iid=744129E0-CBE5-11CE-8350-444553540000,thread=AUTO,type=DISPATCH] return) */
public native shdocvw.FolderItems SelectedItems();
/** @com.method(vtoffset=8, dispid=1610743812, type=PROPGET, name="FocusedItem", name2="getFocusedItem", addFlagsVtable=4)
@com.parameters([iid=FAC32C80-CBE4-11CE-8350-444553540000,thread=AUTO,type=DISPATCH] return) */
public native shdocvw.FolderItem getFocusedItem();
/** @com.method(vtoffset=9, dispid=1610743813, type=METHOD, name="SelectItem", addFlagsVtable=4)
@com.parameters([in,elementType=VARIANT,type=PTR] pvfi, [in,type=I4] dwFlags) */
public native void SelectItem(Variant pvfi, int dwFlags);
/** @com.method(vtoffset=10, dispid=1610743814, type=METHOD, name="PopupItemMenu", addFlagsVtable=4)
@com.parameters([in,iid=FAC32C80-CBE4-11CE-8350-444553540000,thread=AUTO,type=DISPATCH] pfi, [in,type=VARIANT] vx, [in,type=VARIANT] vy, [type=STRING] return) */
public native String PopupItemMenu(shdocvw.FolderItem pfi, Variant vx, Variant vy);
/** @com.method(vtoffset=11, dispid=1610743815, type=PROPGET, name="Script", name2="getScript", addFlagsVtable=4)
@com.parameters([iid=00020400-0000-0000-C000-000000000046,thread=AUTO,type=DISPATCH] return) */
public native Object getScript();
/** @com.method(vtoffset=12, dispid=1610743816, type=PROPGET, name="ViewOptions", name2="getViewOptions", addFlagsVtable=4)
@com.parameters([type=I4] return) */
public native int getViewOptions();
public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe7a1af80, (short)0x4d96, (short)0x11cf, (byte)0x96, (byte)0xc, (byte)0x0, (byte)0x80, (byte)0xc7, (byte)0xf4, (byte)0xee, (byte)0x85);
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x62112aa1, (short)0xebe4, (short)0x11cf, (byte)0xa5, (byte)0xfb, (byte)0x0, (byte)0x20, (byte)0xaf, (byte)0xe7, (byte)0x29, (byte)0x2d);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?