mshtml
クラス HTMLOptionElementFactory

java.lang.Object
  上位を拡張 mshtml.HTMLOptionElementFactory
すべての実装されたインタフェース:
IHTMLOptionElementFactory

public class HTMLOptionElementFactory
extends java.lang.Object
implements IHTMLOptionElementFactory


フィールドの概要
static com.ms.com._Guid clsid
           
static com.ms.com._Guid iid
           
 
コンストラクタの概要
HTMLOptionElementFactory()
           
 
メソッドの概要
 IHTMLOptionElement create(com.ms.com.Variant text, com.ms.com.Variant value, com.ms.com.Variant defaultSelected, com.ms.com.Variant selected)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

iid

public static final com.ms.com._Guid iid

clsid

public static final com.ms.com._Guid clsid
コンストラクタの詳細

HTMLOptionElementFactory

public HTMLOptionElementFactory()
メソッドの詳細

create

public IHTMLOptionElement create(com.ms.com.Variant text,
                                 com.ms.com.Variant value,
                                 com.ms.com.Variant defaultSelected,
                                 com.ms.com.Variant selected)
定義:
インタフェース IHTMLOptionElementFactory 内の create