|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.win32.com.ComPtr
jp.hishidama.win32.com.IUnknown
jp.hishidama.win32.com.IDispatch
jp.hishidama.win32.mshtml.IHTMLElement
jp.hishidama.win32.mshtml.IHTMLMarqueeElement
public class IHTMLMarqueeElement
IHTMLMarqueeElementクラス.
marqueeタグ(IE独自のタグ)を扱うクラスです。
| メソッドの概要 | |
|---|---|
void |
blur()
|
void |
focus()
フォーカス設定. |
String |
getAccessKey()
|
String |
getBehavior()
|
Variant |
getBgColor()
|
int |
getClientHeight()
高さ取得. |
int |
getClientLeft()
X座標取得. |
int |
getClientTop()
Y座標取得. |
int |
getClientWidth()
幅取得. |
String |
getDirection()
|
Variant |
getHeight()
|
int |
getHspace()
|
int |
getLoop()
|
int |
getScrollAmount()
|
int |
getScrollDelay()
|
int |
getTabIndex()
|
boolean |
getTrueSpeed()
|
int |
getVspace()
|
Variant |
getWidth()
|
void |
setAccessKey(String key)
|
void |
setBehavior(String behavior)
|
void |
setBgColor(Variant color)
|
void |
setDirection(String direction)
|
void |
setHeight(Variant height)
|
void |
setHspace(int hspace)
|
void |
setLoop(int loop)
|
void |
setScrollAmount(int scrollamount)
|
void |
setScrollDelay(int delay)
|
void |
setTabIndex(int index)
|
void |
setTrueSpeed(boolean b)
|
void |
setVspace(int vspace)
|
void |
setWidth(Variant width)
|
void |
start()
|
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 void setBgColor(Variant color)
public Variant getBgColor()
public void setScrollDelay(int delay)
public int getScrollDelay()
public void setDirection(String direction)
public String getDirection()
public void setBehavior(String behavior)
public String getBehavior()
public void setScrollAmount(int scrollamount)
public int getScrollAmount()
public void setLoop(int loop)
public int getLoop()
public void setVspace(int vspace)
public int getVspace()
public void setHspace(int hspace)
public int getHspace()
public void setWidth(Variant width)
public Variant getWidth()
public void setHeight(Variant height)
public Variant getHeight()
public void setTrueSpeed(boolean b)
public boolean getTrueSpeed()
public void start()
public void stop()
public void setTabIndex(int index)
IHTMLControlElement 内の setTabIndexpublic int getTabIndex()
IHTMLControlElement 内の getTabIndexpublic void setAccessKey(String key)
IHTMLControlElement 内の setAccessKeypublic String getAccessKey()
IHTMLControlElement 内の getAccessKeypublic void focus()
IHTMLElement の記述:
IHTMLControlElement 内の focusIHTMLElement 内の focuspublic void blur()
IHTMLControlElement 内の blurpublic int getClientHeight()
IHTMLElement の記述:
IHTMLControlElement 内の getClientHeightIHTMLElement 内の getClientHeightpublic int getClientWidth()
IHTMLElement の記述:
IHTMLControlElement 内の getClientWidthIHTMLElement 内の getClientWidthpublic int getClientTop()
IHTMLElement の記述:
IHTMLControlElement 内の getClientTopIHTMLElement 内の getClientToppublic int getClientLeft()
IHTMLElement の記述:
IHTMLControlElement 内の getClientLeftIHTMLElement 内の getClientLeft
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||