|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.hishidama.win32.com.ComPtr
jp.hishidama.win32.com.IUnknown
jp.hishidama.win32.com.IDispatch
jp.hishidama.win32.shdocvw.IWebBrowser
public class IWebBrowser
IWebBrowser,IWebBrowser2,IWebBrowserAppクラス.
メソッドの概要 | |
---|---|
static IWebBrowser |
create()
新規WebBrowser作成. |
static List |
enumWebBrowser()
WebBrowser列挙. |
static IWebBrowser |
findWebBrowser(long hwnd)
WebBrowser探索. |
boolean |
getAddressBar()
アドレスバー表示状態取得. |
Rectangle |
getBounds()
位置サイズ取得. |
boolean |
getBusy()
ビジー状態取得. |
IHTMLDocument |
getDocument()
HTMLドキュメント取得. |
IHTMLDocument |
getDocument(boolean addChild)
推奨されていません。 |
String |
getFullName()
実行モジュールのフルパス取得. |
boolean |
getFullScreen()
フルスクリーン状態取得. |
int |
getHeight()
高さ取得. |
long |
getHWND()
HWND取得. |
int |
getLeft()
X座標取得. |
Point |
getLocation()
位置取得. |
String |
getLocationName()
ロケーション名取得. |
String |
getLocationURL()
ロケーションURL取得. |
boolean |
getMenuBar()
メニューバー表示状態取得. |
String |
getName()
コントロールの名称取得. |
boolean |
getOffline()
オフライン状態取得. |
String |
getPath()
実行モジュールのパス取得. |
int |
getReadyState()
ReadyState取得. |
boolean |
getRegisterAsBrowser()
トップレベルブラウザー登録状態取得. |
boolean |
getRegisterAsDropTarget()
ドロップターゲット登録状態取得. |
boolean |
getResizable()
サイズ変更可否取得. |
boolean |
getSilent()
ダイアログ表示可否取得. |
Dimension |
getSize()
サイズ取得. |
boolean |
getStatusBar()
ステータスバー表示状態取得. |
String |
getStatusText()
ステータスバー表示文字列取得. |
boolean |
getTheaterMode()
シアター状態取得. |
int |
getToolBar()
ツールバー表示状態取得. |
int |
getTop()
Y座標取得. |
String |
getType()
ドキュメントオブジェクト名取得. |
boolean |
getVisible()
表示状態取得. |
int |
getWidth()
幅取得. |
void |
goBack()
履歴の前ページへ移動. |
void |
goForward()
履歴の次ページへ移動. |
void |
goHome()
ホームへ移動. |
void |
goSearch()
検索ページへ移動. |
void |
navigate(String url)
指定URLへ移動. |
void |
navigate(String url,
String flags,
String targetFrameName)
指定URLへ移動. |
void |
quit()
終了. |
void |
refresh()
更新. |
void |
setAddressBar(boolean b)
アドレスバー表示状態設定. |
void |
setBounds(int x,
int y,
int cx,
int cy)
位置サイズ設定. |
void |
setFullScreen(boolean b)
フルスクリーン状態設定. |
void |
setHeight(int height)
高さ設定. |
void |
setLeft(int x)
X座標設定. |
void |
setLocation(int x,
int y)
位置設定. |
void |
setMenuBar(boolean b)
メニューバー表示状態設定. |
void |
setOffline(boolean b)
オフライン状態設定. |
void |
setRegisterAsBrowser(boolean b)
トップレベルブラウザー登録状態設定. |
void |
setRegisterAsDropTarget(boolean b)
ドロップターゲット登録状態設定. |
void |
setResizable(boolean b)
サイズ変更可否設定. |
void |
setSilent(boolean b)
ダイアログ表示可否設定. |
void |
setSize(int cx,
int cy)
サイズ設定. |
void |
setStatusBar(boolean b)
ステータスバー表示状態設定. |
void |
setStatusText(String text)
ステータスバー文字列表示. |
void |
setTheaterMode(boolean b)
シアター状態設定. |
void |
setToolBar(int value)
ツールバー表示状態設定. |
void |
setTop(int y)
Y座標設定. |
void |
setVisible(boolean b)
表示状態設定. |
void |
setWidth(int width)
幅設定. |
void |
stop()
停止. |
クラス jp.hishidama.win32.com.IDispatch から継承されたメソッド |
---|
getIDOfName, getTypeInfo, getTypeInfo, getTypeInfoCount, getTypeName |
クラス jp.hishidama.win32.com.ComPtr から継承されたメソッド |
---|
dispose, dispose, dispose, dispose, dispose, dispose, dispose, disposeChild |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public static IWebBrowser create()
public static IWebBrowser findWebBrowser(long hwnd)
hwnd
- HWND
public static List enumWebBrowser()
IWebBrowser
のリストpublic void goBack()
public void goForward()
public void goHome()
public void goSearch()
public void navigate(String url)
url
- URLpublic void navigate(String url, String flags, String targetFrameName)
url
- URLflags
- フラグtargetFrameName
- フレーム名public void refresh()
public void stop()
public IHTMLDocument getDocument()
public IHTMLDocument getDocument(boolean addChild)
ComPtr.disposeChild()
,
getDocument()
public String getType()
public Point getLocation()
public void setLocation(int x, int y)
x
- Xy
- Ypublic Dimension getSize()
public void setSize(int cx, int cy)
cx
- 幅cy
- 高さpublic Rectangle getBounds()
public void setBounds(int x, int y, int cx, int cy)
x
- Xy
- Ycx
- 幅cy
- 高さpublic int getLeft()
public void setLeft(int x)
x
- Xpublic int getTop()
public void setTop(int y)
y
- Ypublic int getWidth()
public void setWidth(int width)
width
- 幅public int getHeight()
public void setHeight(int height)
height
- 高さpublic String getLocationName()
public String getLocationURL()
public boolean getBusy()
public void quit()
public String getName()
public long getHWND()
public String getFullName()
public String getPath()
public boolean getVisible()
public void setVisible(boolean b)
b
- 表示状態public boolean getStatusBar()
public void setStatusBar(boolean b)
b
- 表示状態public String getStatusText()
public void setStatusText(String text)
text
- 文字列public int getToolBar()
public void setToolBar(int value)
value
- 表示状態public boolean getMenuBar()
public void setMenuBar(boolean b)
b
- 表示状態public boolean getFullScreen()
public void setFullScreen(boolean b)
b
- フルスクリーン状態public int getReadyState()
OcIdlConst.READYSTATE_COMPLETE
public boolean getOffline()
public void setOffline(boolean b)
b
- オフライン状態public boolean getSilent()
public void setSilent(boolean b)
b
- 表示可否public boolean getRegisterAsBrowser()
public void setRegisterAsBrowser(boolean b)
b
- 登録状態public boolean getRegisterAsDropTarget()
public void setRegisterAsDropTarget(boolean b)
b
- 登録状態public boolean getTheaterMode()
public void setTheaterMode(boolean b)
b
- シアター状態public boolean getAddressBar()
public void setAddressBar(boolean b)
b
- 表示状態public boolean getResizable()
public void setResizable(boolean b)
b
- 変更可否
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |