shdocvw
クラス ShellBrowserWindow
java.lang.Object
shdocvw.ShellBrowserWindow
- すべての実装されたインタフェース:
- com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IWebBrowser2, IWebBrowserApp
public class ShellBrowserWindow
- extends java.lang.Object
- implements com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IWebBrowser2, IWebBrowserApp
|
フィールドの概要 |
static com.ms.com._Guid |
clsid
|
static com.ms.com._Guid |
iid
|
|
メソッドの概要 |
void |
ClientToWindow(int[] pcx,
int[] pcy)
|
void |
ExecWB(int cmdID,
int cmdexecopt,
com.ms.com.Variant pvaIn,
com.ms.com.Variant pvaOut)
|
boolean |
getAddressBar()
|
java.lang.Object |
getApplication()
|
boolean |
getBusy()
|
java.lang.Object |
getContainer()
|
java.lang.Object |
getDocument()
|
java.lang.String |
getFullName()
|
boolean |
getFullScreen()
|
int |
getHeight()
|
int |
getHWND()
|
int |
getLeft()
|
java.lang.String |
getLocationName()
|
java.lang.String |
getLocationURL()
|
boolean |
getMenuBar()
|
java.lang.String |
getName()
|
boolean |
getOffline()
|
java.lang.Object |
getParent()
|
java.lang.String |
getPath()
|
com.ms.com.Variant |
GetProperty(java.lang.String Property)
|
int |
getReadyState()
|
boolean |
getRegisterAsBrowser()
|
boolean |
getRegisterAsDropTarget()
|
boolean |
getResizable()
|
boolean |
getSilent()
|
boolean |
getStatusBar()
|
java.lang.String |
getStatusText()
|
boolean |
getTheaterMode()
|
int |
getToolBar()
|
int |
getTop()
|
boolean |
getTopLevelContainer()
|
java.lang.String |
getType()
|
boolean |
getVisible()
|
int |
getWidth()
|
void |
GoBack()
|
void |
GoForward()
|
void |
GoHome()
|
void |
GoSearch()
|
void |
Navigate(java.lang.String URL,
com.ms.com.Variant Flags,
com.ms.com.Variant TargetFrameName,
com.ms.com.Variant PostData,
com.ms.com.Variant Headers)
|
void |
Navigate2(com.ms.com.Variant URL,
com.ms.com.Variant Flags,
com.ms.com.Variant TargetFrameName,
com.ms.com.Variant PostData,
com.ms.com.Variant Headers)
|
void |
PutProperty(java.lang.String Property,
com.ms.com.Variant vtValue)
|
int |
QueryStatusWB(int cmdID)
|
void |
Quit()
|
void |
Refresh()
|
void |
Refresh2(com.ms.com.Variant Level)
|
void |
setAddressBar(boolean Value)
|
void |
setFullScreen(boolean pbFullScreen)
|
void |
setHeight(int pl)
|
void |
setLeft(int pl)
|
void |
setMenuBar(boolean Value)
|
void |
setOffline(boolean pbOffline)
|
void |
setRegisterAsBrowser(boolean pbRegister)
|
void |
setRegisterAsDropTarget(boolean pbRegister)
|
void |
setResizable(boolean Value)
|
void |
setSilent(boolean pbSilent)
|
void |
setStatusBar(boolean pBool)
|
void |
setStatusText(java.lang.String StatusText)
|
void |
setTheaterMode(boolean pbRegister)
|
void |
setToolBar(int Value)
|
void |
setTop(int pl)
|
void |
setVisible(boolean pBool)
|
void |
setWidth(int pl)
|
void |
ShowBrowserBar(com.ms.com.Variant pvaClsid,
com.ms.com.Variant pvarShow,
com.ms.com.Variant pvarSize)
|
void |
Stop()
|
| クラス 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
ShellBrowserWindow
public ShellBrowserWindow()
GoBack
public void GoBack()
- 定義:
- インタフェース
IWebBrowser2 内の GoBack - 定義:
- インタフェース
IWebBrowserApp 内の GoBack
GoForward
public void GoForward()
- 定義:
- インタフェース
IWebBrowser2 内の GoForward - 定義:
- インタフェース
IWebBrowserApp 内の GoForward
GoHome
public void GoHome()
- 定義:
- インタフェース
IWebBrowser2 内の GoHome - 定義:
- インタフェース
IWebBrowserApp 内の GoHome
GoSearch
public void GoSearch()
- 定義:
- インタフェース
IWebBrowser2 内の GoSearch - 定義:
- インタフェース
IWebBrowserApp 内の GoSearch
Navigate
public void Navigate(java.lang.String URL,
com.ms.com.Variant Flags,
com.ms.com.Variant TargetFrameName,
com.ms.com.Variant PostData,
com.ms.com.Variant Headers)
- 定義:
- インタフェース
IWebBrowser2 内の Navigate - 定義:
- インタフェース
IWebBrowserApp 内の Navigate
Refresh
public void Refresh()
- 定義:
- インタフェース
IWebBrowser2 内の Refresh - 定義:
- インタフェース
IWebBrowserApp 内の Refresh
Refresh2
public void Refresh2(com.ms.com.Variant Level)
- 定義:
- インタフェース
IWebBrowser2 内の Refresh2 - 定義:
- インタフェース
IWebBrowserApp 内の Refresh2
Stop
public void Stop()
- 定義:
- インタフェース
IWebBrowser2 内の Stop - 定義:
- インタフェース
IWebBrowserApp 内の Stop
getApplication
public java.lang.Object getApplication()
- 定義:
- インタフェース
IWebBrowser2 内の getApplication - 定義:
- インタフェース
IWebBrowserApp 内の getApplication
getParent
public java.lang.Object getParent()
- 定義:
- インタフェース
IWebBrowser2 内の getParent - 定義:
- インタフェース
IWebBrowserApp 内の getParent
getContainer
public java.lang.Object getContainer()
- 定義:
- インタフェース
IWebBrowser2 内の getContainer - 定義:
- インタフェース
IWebBrowserApp 内の getContainer
getDocument
public java.lang.Object getDocument()
- 定義:
- インタフェース
IWebBrowser2 内の getDocument - 定義:
- インタフェース
IWebBrowserApp 内の getDocument
getTopLevelContainer
public boolean getTopLevelContainer()
- 定義:
- インタフェース
IWebBrowser2 内の getTopLevelContainer - 定義:
- インタフェース
IWebBrowserApp 内の getTopLevelContainer
getType
public java.lang.String getType()
- 定義:
- インタフェース
IWebBrowser2 内の getType - 定義:
- インタフェース
IWebBrowserApp 内の getType
getLeft
public int getLeft()
- 定義:
- インタフェース
IWebBrowser2 内の getLeft - 定義:
- インタフェース
IWebBrowserApp 内の getLeft
setLeft
public void setLeft(int pl)
- 定義:
- インタフェース
IWebBrowser2 内の setLeft - 定義:
- インタフェース
IWebBrowserApp 内の setLeft
getTop
public int getTop()
- 定義:
- インタフェース
IWebBrowser2 内の getTop - 定義:
- インタフェース
IWebBrowserApp 内の getTop
setTop
public void setTop(int pl)
- 定義:
- インタフェース
IWebBrowser2 内の setTop - 定義:
- インタフェース
IWebBrowserApp 内の setTop
getWidth
public int getWidth()
- 定義:
- インタフェース
IWebBrowser2 内の getWidth - 定義:
- インタフェース
IWebBrowserApp 内の getWidth
setWidth
public void setWidth(int pl)
- 定義:
- インタフェース
IWebBrowser2 内の setWidth - 定義:
- インタフェース
IWebBrowserApp 内の setWidth
getHeight
public int getHeight()
- 定義:
- インタフェース
IWebBrowser2 内の getHeight - 定義:
- インタフェース
IWebBrowserApp 内の getHeight
setHeight
public void setHeight(int pl)
- 定義:
- インタフェース
IWebBrowser2 内の setHeight - 定義:
- インタフェース
IWebBrowserApp 内の setHeight
getLocationName
public java.lang.String getLocationName()
- 定義:
- インタフェース
IWebBrowser2 内の getLocationName - 定義:
- インタフェース
IWebBrowserApp 内の getLocationName
getLocationURL
public java.lang.String getLocationURL()
- 定義:
- インタフェース
IWebBrowser2 内の getLocationURL - 定義:
- インタフェース
IWebBrowserApp 内の getLocationURL
getBusy
public boolean getBusy()
- 定義:
- インタフェース
IWebBrowser2 内の getBusy - 定義:
- インタフェース
IWebBrowserApp 内の getBusy
Quit
public void Quit()
- 定義:
- インタフェース
IWebBrowser2 内の Quit - 定義:
- インタフェース
IWebBrowserApp 内の Quit
ClientToWindow
public void ClientToWindow(int[] pcx,
int[] pcy)
- 定義:
- インタフェース
IWebBrowser2 内の ClientToWindow - 定義:
- インタフェース
IWebBrowserApp 内の ClientToWindow
PutProperty
public void PutProperty(java.lang.String Property,
com.ms.com.Variant vtValue)
- 定義:
- インタフェース
IWebBrowser2 内の PutProperty - 定義:
- インタフェース
IWebBrowserApp 内の PutProperty
GetProperty
public com.ms.com.Variant GetProperty(java.lang.String Property)
- 定義:
- インタフェース
IWebBrowser2 内の GetProperty - 定義:
- インタフェース
IWebBrowserApp 内の GetProperty
getName
public java.lang.String getName()
- 定義:
- インタフェース
IWebBrowser2 内の getName - 定義:
- インタフェース
IWebBrowserApp 内の getName
getHWND
public int getHWND()
- 定義:
- インタフェース
IWebBrowser2 内の getHWND - 定義:
- インタフェース
IWebBrowserApp 内の getHWND
getFullName
public java.lang.String getFullName()
- 定義:
- インタフェース
IWebBrowser2 内の getFullName - 定義:
- インタフェース
IWebBrowserApp 内の getFullName
getPath
public java.lang.String getPath()
- 定義:
- インタフェース
IWebBrowser2 内の getPath - 定義:
- インタフェース
IWebBrowserApp 内の getPath
getVisible
public boolean getVisible()
- 定義:
- インタフェース
IWebBrowser2 内の getVisible - 定義:
- インタフェース
IWebBrowserApp 内の getVisible
setVisible
public void setVisible(boolean pBool)
- 定義:
- インタフェース
IWebBrowser2 内の setVisible - 定義:
- インタフェース
IWebBrowserApp 内の setVisible
getStatusBar
public boolean getStatusBar()
- 定義:
- インタフェース
IWebBrowser2 内の getStatusBar - 定義:
- インタフェース
IWebBrowserApp 内の getStatusBar
setStatusBar
public void setStatusBar(boolean pBool)
- 定義:
- インタフェース
IWebBrowser2 内の setStatusBar - 定義:
- インタフェース
IWebBrowserApp 内の setStatusBar
getStatusText
public java.lang.String getStatusText()
- 定義:
- インタフェース
IWebBrowser2 内の getStatusText - 定義:
- インタフェース
IWebBrowserApp 内の getStatusText
setStatusText
public void setStatusText(java.lang.String StatusText)
- 定義:
- インタフェース
IWebBrowser2 内の setStatusText - 定義:
- インタフェース
IWebBrowserApp 内の setStatusText
getToolBar
public int getToolBar()
- 定義:
- インタフェース
IWebBrowser2 内の getToolBar - 定義:
- インタフェース
IWebBrowserApp 内の getToolBar
setToolBar
public void setToolBar(int Value)
- 定義:
- インタフェース
IWebBrowser2 内の setToolBar - 定義:
- インタフェース
IWebBrowserApp 内の setToolBar
getMenuBar
public boolean getMenuBar()
- 定義:
- インタフェース
IWebBrowser2 内の getMenuBar - 定義:
- インタフェース
IWebBrowserApp 内の getMenuBar
setMenuBar
public void setMenuBar(boolean Value)
- 定義:
- インタフェース
IWebBrowser2 内の setMenuBar - 定義:
- インタフェース
IWebBrowserApp 内の setMenuBar
getFullScreen
public boolean getFullScreen()
- 定義:
- インタフェース
IWebBrowser2 内の getFullScreen - 定義:
- インタフェース
IWebBrowserApp 内の getFullScreen
setFullScreen
public void setFullScreen(boolean pbFullScreen)
- 定義:
- インタフェース
IWebBrowser2 内の setFullScreen - 定義:
- インタフェース
IWebBrowserApp 内の setFullScreen
Navigate2
public void Navigate2(com.ms.com.Variant URL,
com.ms.com.Variant Flags,
com.ms.com.Variant TargetFrameName,
com.ms.com.Variant PostData,
com.ms.com.Variant Headers)
- 定義:
- インタフェース
IWebBrowser2 内の Navigate2
QueryStatusWB
public int QueryStatusWB(int cmdID)
- 定義:
- インタフェース
IWebBrowser2 内の QueryStatusWB
ExecWB
public void ExecWB(int cmdID,
int cmdexecopt,
com.ms.com.Variant pvaIn,
com.ms.com.Variant pvaOut)
- 定義:
- インタフェース
IWebBrowser2 内の ExecWB
ShowBrowserBar
public void ShowBrowserBar(com.ms.com.Variant pvaClsid,
com.ms.com.Variant pvarShow,
com.ms.com.Variant pvarSize)
- 定義:
- インタフェース
IWebBrowser2 内の ShowBrowserBar
getReadyState
public int getReadyState()
- 定義:
- インタフェース
IWebBrowser2 内の getReadyState
getOffline
public boolean getOffline()
- 定義:
- インタフェース
IWebBrowser2 内の getOffline
setOffline
public void setOffline(boolean pbOffline)
- 定義:
- インタフェース
IWebBrowser2 内の setOffline
getSilent
public boolean getSilent()
- 定義:
- インタフェース
IWebBrowser2 内の getSilent
setSilent
public void setSilent(boolean pbSilent)
- 定義:
- インタフェース
IWebBrowser2 内の setSilent
getRegisterAsBrowser
public boolean getRegisterAsBrowser()
- 定義:
- インタフェース
IWebBrowser2 内の getRegisterAsBrowser
setRegisterAsBrowser
public void setRegisterAsBrowser(boolean pbRegister)
- 定義:
- インタフェース
IWebBrowser2 内の setRegisterAsBrowser
getRegisterAsDropTarget
public boolean getRegisterAsDropTarget()
- 定義:
- インタフェース
IWebBrowser2 内の getRegisterAsDropTarget
setRegisterAsDropTarget
public void setRegisterAsDropTarget(boolean pbRegister)
- 定義:
- インタフェース
IWebBrowser2 内の setRegisterAsDropTarget
getTheaterMode
public boolean getTheaterMode()
- 定義:
- インタフェース
IWebBrowser2 内の getTheaterMode
setTheaterMode
public void setTheaterMode(boolean pbRegister)
- 定義:
- インタフェース
IWebBrowser2 内の setTheaterMode
getAddressBar
public boolean getAddressBar()
- 定義:
- インタフェース
IWebBrowser2 内の getAddressBar
setAddressBar
public void setAddressBar(boolean Value)
- 定義:
- インタフェース
IWebBrowser2 内の setAddressBar
getResizable
public boolean getResizable()
- 定義:
- インタフェース
IWebBrowser2 内の getResizable
setResizable
public void setResizable(boolean Value)
- 定義:
- インタフェース
IWebBrowser2 内の setResizable