mshtml
インタフェース DispHTMLPopupDefault

すべてのスーパーインタフェース:
DispHTMLPopup
既知の実装クラスの一覧:
HTMLPopup

public interface DispHTMLPopupDefault
extends DispHTMLPopup


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 java.lang.Object getConstructor()
           
 IHTMLDocument getDocument()
           
 boolean getIsOpen()
           
 void Hide()
           
 void Show(int x, int y, int w, int h, com.ms.com.Variant pElement)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

Show

void Show(int x,
          int y,
          int w,
          int h,
          com.ms.com.Variant pElement)
定義:
インタフェース DispHTMLPopup 内の Show

Hide

void Hide()
定義:
インタフェース DispHTMLPopup 内の Hide

getDocument

IHTMLDocument getDocument()
定義:
インタフェース DispHTMLPopup 内の getDocument

getIsOpen

boolean getIsOpen()
定義:
インタフェース DispHTMLPopup 内の getIsOpen

getConstructor

java.lang.Object getConstructor()
定義:
インタフェース DispHTMLPopup 内の getConstructor