shdocvw
クラス ShellWindows

java.lang.Object
  上位を拡張 shdocvw.ShellWindows
すべての実装されたインタフェース:
com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IShellWindows

public class ShellWindows
extends java.lang.Object
implements com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IShellWindows


フィールドの概要
static com.ms.com._Guid clsid
           
static com.ms.com._Guid iid
           
 
コンストラクタの概要
ShellWindows()
           
 
メソッドの概要
 com.ms.com.IUnknown _NewEnum()
           
 java.lang.Object FindWindowSW(com.ms.com.Variant pvarloc, com.ms.com.Variant pvarlocRoot, int swClass, int[] pHWND, int swfwOptions)
           
 int getCount()
           
 java.lang.Object Item(com.ms.com.Variant index)
           
 void OnActivated(int lCookie, boolean fActive)
           
 void OnCreated(int lCookie, com.ms.com.IUnknown punk)
           
 void OnNavigate(int lCookie, com.ms.com.Variant pvarloc)
           
 void ProcessAttachDetach(boolean fAttach)
           
 void Register(java.lang.Object pid, int HWND, int swClass, int[] plCookie)
           
 void RegisterPending(int lThreadId, com.ms.com.Variant pvarloc, com.ms.com.Variant pvarlocRoot, int swClass, int[] plCookie)
           
 void Revoke(int lCookie)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

iid

public static final com.ms.com._Guid iid

clsid

public static final com.ms.com._Guid clsid
コンストラクタの詳細

ShellWindows

public ShellWindows()
メソッドの詳細

getCount

public int getCount()
定義:
インタフェース IShellWindows 内の getCount

Item

public java.lang.Object Item(com.ms.com.Variant index)
定義:
インタフェース IShellWindows 内の Item

_NewEnum

public com.ms.com.IUnknown _NewEnum()
定義:
インタフェース IShellWindows 内の _NewEnum

Register

public void Register(java.lang.Object pid,
                     int HWND,
                     int swClass,
                     int[] plCookie)
定義:
インタフェース IShellWindows 内の Register

RegisterPending

public void RegisterPending(int lThreadId,
                            com.ms.com.Variant pvarloc,
                            com.ms.com.Variant pvarlocRoot,
                            int swClass,
                            int[] plCookie)
定義:
インタフェース IShellWindows 内の RegisterPending

Revoke

public void Revoke(int lCookie)
定義:
インタフェース IShellWindows 内の Revoke

OnNavigate

public void OnNavigate(int lCookie,
                       com.ms.com.Variant pvarloc)
定義:
インタフェース IShellWindows 内の OnNavigate

OnActivated

public void OnActivated(int lCookie,
                        boolean fActive)
定義:
インタフェース IShellWindows 内の OnActivated

FindWindowSW

public java.lang.Object FindWindowSW(com.ms.com.Variant pvarloc,
                                     com.ms.com.Variant pvarlocRoot,
                                     int swClass,
                                     int[] pHWND,
                                     int swfwOptions)
定義:
インタフェース IShellWindows 内の FindWindowSW

OnCreated

public void OnCreated(int lCookie,
                      com.ms.com.IUnknown punk)
定義:
インタフェース IShellWindows 内の OnCreated

ProcessAttachDetach

public void ProcessAttachDetach(boolean fAttach)
定義:
インタフェース IShellWindows 内の ProcessAttachDetach