jp.hishidama.win32.mshtml
クラス IHTMLFrameBase

java.lang.Object
  上位を拡張 jp.hishidama.win32.com.ComPtr
      上位を拡張 jp.hishidama.win32.com.IUnknown
          上位を拡張 jp.hishidama.win32.com.IDispatch
              上位を拡張 jp.hishidama.win32.mshtml.IHTMLElement
                  上位を拡張 jp.hishidama.win32.mshtml.IHTMLFrameBase
すべての実装されたインタフェース:
IHTMLControlElement
直系の既知のサブクラス:
IHTMLFrameElement, IHTMLIFrameElement

public class IHTMLFrameBase
extends IHTMLElement
implements IHTMLControlElement

IHTMLFrameBase,IHTMLFrameBase2〜3クラス.

導入されたバージョン:
2008.07.14
作成者:
ひしだま

メソッドの概要
 void blur()
           
 void focus()
          フォーカス設定.
 String getAccessKey()
           
 boolean getAllowTransparency()
           
 Variant getBorder()
           
 int getClientHeight()
          高さ取得.
 int getClientLeft()
          X座標取得.
 int getClientTop()
          Y座標取得.
 int getClientWidth()
          幅取得.
 IHTMLWindow getContentWindow()
           
 IHTMLWindow getContentWindow(boolean addChild)
          推奨されていません。  
 String getFrameBorder()
           
 Variant getFrameSpacing()
           
 String getLongDesc()
           
 Variant getMarginHeight()
           
 Variant getMarginWidth()
           
 String getName()
           
 boolean getNoResize()
           
 String getReadyState()
           
 String getScrolling()
           
 String getSrc()
           
 int getTabIndex()
           
 void setAccessKey(String key)
           
 void setAllowTransparency(boolean b)
           
 void setBorder(Variant border)
           
 void setFrameBorder(String border)
           
 void setFrameSpacing(Variant spacing)
           
 void setLongDesc(String desc)
           
 void setMarginHeight(Variant height)
           
 void setMarginWidth(Variant width)
           
 void setName(String name)
           
 void setNoResize(boolean b)
           
 void setScrolling(String scroll)
           
 void setSrc(String src)
           
 void setTabIndex(int index)
           
 
クラス jp.hishidama.win32.mshtml.IHTMLElement から継承されたメソッド
canHaveHTML, click, dragDrop, getAll, getAll, getAttribute, getAttributeString, getChildren, getChildren, getClassName, getContentEditable, getDir, getDisabled, getDocument, getDocument, getElementsByTagName, getElementsByTagName, getGlyphMode, getHideFocus, getId, getInflateBlock, getInnerHtml, getInnerText, getLang, getLanguage, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetParent, getOffsetTop, getOffsetWidth, getOuterHtml, getOuterText, getParentElement, getParentElement, getParentTextEdit, getParentTextEdit, getScopeName, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getTagName, getTagUrn, getTitle, isContentEditable, isDisabled, isMultiLine, isTextEdit, normalize, removeAttribute, setActive, setAttribute, setClassName, setContentEditable, setDir, setDisabled, setHideFocus, setId, setInflateBlock, setInnerHtml, setInnerText, setLang, setLanguage, setOuterHtml, setOuterText, setScrollLeft, setScrollTop, setTagUrn, setTitle
 
クラス 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
 

メソッドの詳細

setSrc

public void setSrc(String src)

getSrc

public String getSrc()

setName

public void setName(String name)

getName

public String getName()

setBorder

public void setBorder(Variant border)

getBorder

public Variant getBorder()

setFrameBorder

public void setFrameBorder(String border)

getFrameBorder

public String getFrameBorder()

setFrameSpacing

public void setFrameSpacing(Variant spacing)

getFrameSpacing

public Variant getFrameSpacing()

setMarginWidth

public void setMarginWidth(Variant width)

getMarginWidth

public Variant getMarginWidth()

setMarginHeight

public void setMarginHeight(Variant height)

getMarginHeight

public Variant getMarginHeight()

setNoResize

public void setNoResize(boolean b)

getNoResize

public boolean getNoResize()

setScrolling

public void setScrolling(String scroll)

getScrolling

public String getScrolling()

getContentWindow

public IHTMLWindow getContentWindow()

getContentWindow

public IHTMLWindow getContentWindow(boolean addChild)
推奨されていません。 

関連項目:
ComPtr.disposeChild(), getContentWindow()

getReadyState

public String getReadyState()

setAllowTransparency

public void setAllowTransparency(boolean b)

getAllowTransparency

public boolean getAllowTransparency()

setLongDesc

public void setLongDesc(String desc)

getLongDesc

public String getLongDesc()

setTabIndex

public void setTabIndex(int index)
定義:
インタフェース IHTMLControlElement 内の setTabIndex

getTabIndex

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

setAccessKey

public void setAccessKey(String key)
定義:
インタフェース IHTMLControlElement 内の setAccessKey

getAccessKey

public String getAccessKey()
定義:
インタフェース IHTMLControlElement 内の getAccessKey

focus

public void focus()
クラス IHTMLElement の記述:
フォーカス設定.

定義:
インタフェース IHTMLControlElement 内の focus
オーバーライド:
クラス IHTMLElement 内の focus

blur

public void blur()
定義:
インタフェース IHTMLControlElement 内の blur

getClientHeight

public int getClientHeight()
クラス IHTMLElement の記述:
高さ取得.

定義:
インタフェース IHTMLControlElement 内の getClientHeight
オーバーライド:
クラス IHTMLElement 内の getClientHeight
戻り値:
高さ

getClientWidth

public int getClientWidth()
クラス IHTMLElement の記述:
幅取得.

定義:
インタフェース IHTMLControlElement 内の getClientWidth
オーバーライド:
クラス IHTMLElement 内の getClientWidth
戻り値:

getClientTop

public int getClientTop()
クラス IHTMLElement の記述:
Y座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientTop
オーバーライド:
クラス IHTMLElement 内の getClientTop
戻り値:
Y

getClientLeft

public int getClientLeft()
クラス IHTMLElement の記述:
X座標取得.

定義:
インタフェース IHTMLControlElement 内の getClientLeft
オーバーライド:
クラス IHTMLElement 内の getClientLeft
戻り値:
X