|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.hishidama.win32.com.ComPtr
jp.hishidama.win32.com.IUnknown
jp.hishidama.win32.com.IDispatch
jp.hishidama.win32.mshtml.IHTMLFramesCollection
jp.hishidama.win32.mshtml.IHTMLWindow
public class IHTMLWindow
IHTMLWindow2〜3クラス.
HTMLウィンドウを扱うクラスです。
メソッドの概要 | |
---|---|
void |
alert(String message)
警告ダイアログ表示. |
void |
blur()
|
void |
close()
|
boolean |
confirm(String message)
確認ダイアログ表示. |
Variant |
execScript(String code,
String language)
|
void |
focus()
フォーカス設定. |
String |
getDefaultStatus()
|
IHTMLDocument |
getDocument()
HTMLドキュメント取得. |
IHTMLDocument |
getDocument(boolean addChild)
推奨されていません。 |
IDispatch |
getExternal()
|
IDispatch |
getExternal(boolean addChild)
推奨されていません。 |
IHTMLFramesCollection |
getFrames()
フレーム取得. |
IHTMLFramesCollection |
getFrames(boolean addChild)
推奨されていません。 |
IHTMLLocation |
getLocation()
|
IHTMLLocation |
getLocation(boolean addChild)
推奨されていません。 |
String |
getName()
|
IUnknown |
getNewEnum()
|
IUnknown |
getNewEnum(boolean addChild)
推奨されていません。 |
Variant |
getOpener()
|
IHTMLWindow |
getParent()
親ウィンドウ取得. |
IHTMLWindow |
getParent(boolean addChild)
推奨されていません。 |
int |
getScreenLeft()
|
int |
getScreenTop()
|
IHTMLWindow |
getSelf()
|
IHTMLWindow |
getSelf(boolean addChild)
推奨されていません。 |
String |
getStatus()
|
IHTMLWindow |
getTop()
|
IHTMLWindow |
getTop(boolean addChild)
推奨されていません。 |
IHTMLWindow |
getWindow()
|
IHTMLWindow |
getWindow(boolean addChild)
推奨されていません。 |
boolean |
isClosed()
|
void |
moveBy(int x,
int y)
|
void |
moveTo(int x,
int y)
|
void |
navigate(String url)
|
IHTMLWindow |
open(String url,
String name,
String features,
boolean replace)
|
IHTMLWindow |
open(String url,
String name,
String features,
boolean replace,
boolean addChild)
推奨されていません。 |
void |
print()
|
Variant |
prompt(String message,
String defstr)
入力ダイアログ表示. |
void |
resizeBy(int x,
int y)
|
void |
resizeTo(int x,
int y)
|
void |
scroll(int x,
int y)
|
void |
scrollBy(int x,
int y)
|
void |
scrollTo(int x,
int y)
|
void |
setDefaultStatus(String status)
|
void |
setName(String name)
|
void |
setOpener(Variant opener)
|
void |
setStatus(String status)
|
クラス jp.hishidama.win32.mshtml.IHTMLFramesCollection から継承されたメソッド |
---|
getLength, item, item |
クラス 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 IHTMLFramesCollection getFrames()
public IHTMLFramesCollection getFrames(boolean addChild)
ComPtr.disposeChild()
,
getFrames()
public void setDefaultStatus(String status)
public String getDefaultStatus()
public void setStatus(String status)
public String getStatus()
public void alert(String message)
message
- メッセージpublic boolean confirm(String message)
message
- メッセージ.
public Variant prompt(String message, String defstr)
message
- メッセージ.defstr
- 初期値
public IHTMLLocation getLocation()
public IHTMLLocation getLocation(boolean addChild)
ComPtr.disposeChild()
,
getLocation()
public void close()
public void setOpener(Variant opener)
public Variant getOpener()
public void setName(String name)
public String getName()
public IHTMLWindow getParent()
public IHTMLWindow getParent(boolean addChild)
ComPtr.disposeChild()
,
getParent()
public IHTMLWindow open(String url, String name, String features, boolean replace)
public IHTMLWindow open(String url, String name, String features, boolean replace, boolean addChild)
ComPtr.disposeChild()
,
open(String, String, String, boolean)
public IHTMLWindow getSelf()
public IHTMLWindow getSelf(boolean addChild)
ComPtr.disposeChild()
,
getSelf()
public IHTMLWindow getTop()
public IHTMLWindow getTop(boolean addChild)
ComPtr.disposeChild()
,
getTop()
public IHTMLWindow getWindow()
public IHTMLWindow getWindow(boolean addChild)
ComPtr.disposeChild()
,
getWindow()
public void navigate(String url)
public IHTMLDocument getDocument()
public IHTMLDocument getDocument(boolean addChild)
ComPtr.disposeChild()
,
getDocument()
public IUnknown getNewEnum()
public IUnknown getNewEnum(boolean addChild)
ComPtr.disposeChild()
,
getNewEnum()
public void focus()
public boolean isClosed()
public void blur()
public void scroll(int x, int y)
public Variant execScript(String code, String language)
public void scrollBy(int x, int y)
public void scrollTo(int x, int y)
public void moveTo(int x, int y)
public void moveBy(int x, int y)
public void resizeTo(int x, int y)
public void resizeBy(int x, int y)
public IDispatch getExternal()
public IDispatch getExternal(boolean addChild)
ComPtr.disposeChild()
,
getExternal()
public int getScreenLeft()
public int getScreenTop()
public void print()
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |