shdocvw
クラス CScriptErrorList

java.lang.Object
  上位を拡張 shdocvw.CScriptErrorList
すべての実装されたインタフェース:
com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IScriptErrorList

public class CScriptErrorList
extends java.lang.Object
implements com.ms.com.IUnknown, com.ms.com.NoAutoScripting, IScriptErrorList


フィールドの概要
static com.ms.com._Guid clsid
           
static com.ms.com._Guid iid
           
 
コンストラクタの概要
CScriptErrorList()
           
 
メソッドの概要
 void advanceError()
           
 int canAdvanceError()
           
 int canRetreatError()
           
 int getAlwaysShowLockState()
           
 int getDetailsPaneOpen()
           
 int getErrorChar()
           
 int getErrorCode()
           
 int getErrorLine()
           
 java.lang.String getErrorMsg()
           
 java.lang.String getErrorUrl()
           
 int getPerErrorDisplay()
           
 void retreatError()
           
 void setDetailsPaneOpen(int fDetailsPaneOpen)
           
 void setPerErrorDisplay(int fPerErrorDisplay)
           
 
クラス 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
コンストラクタの詳細

CScriptErrorList

public CScriptErrorList()
メソッドの詳細

advanceError

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

retreatError

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

canAdvanceError

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

canRetreatError

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

getErrorLine

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

getErrorChar

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

getErrorCode

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

getErrorMsg

public java.lang.String getErrorMsg()
定義:
インタフェース IScriptErrorList 内の getErrorMsg

getErrorUrl

public java.lang.String getErrorUrl()
定義:
インタフェース IScriptErrorList 内の getErrorUrl

getAlwaysShowLockState

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

getDetailsPaneOpen

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

setDetailsPaneOpen

public void setDetailsPaneOpen(int fDetailsPaneOpen)
定義:
インタフェース IScriptErrorList 内の setDetailsPaneOpen

getPerErrorDisplay

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

setPerErrorDisplay

public void setPerErrorDisplay(int fPerErrorDisplay)
定義:
インタフェース IScriptErrorList 内の setPerErrorDisplay