home *** CD-ROM | disk | FTP | other *** search
/ Datatid 2000 #2 / Datatid-2000-02.iso / internet / ie5dk / iejava.cab / com / ms / ie / CScriptErrorList.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-03-10  |  1.1 KB  |  38 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com.NoAutoScripting;
  5. import com.ms.com._Guid;
  6.  
  7. public class CScriptErrorList implements IUnknown, NoAutoScripting, IScriptErrorList {
  8.    public static final _Guid clsid = new _Guid(-271576320, (short)5647, (short)4562, (byte)-69, (byte)46, (byte)0, (byte)-128, (byte)95, (byte)-9, (byte)-17, (byte)-54);
  9.  
  10.    public native int getAlwaysShowLockState();
  11.  
  12.    public native int getDetailsPaneOpen();
  13.  
  14.    public native void setDetailsPaneOpen(int var1);
  15.  
  16.    public native int getErrorCode();
  17.  
  18.    public native int canRetreatError();
  19.  
  20.    public native String getErrorUrl();
  21.  
  22.    public native int getErrorLine();
  23.  
  24.    public native int canAdvanceError();
  25.  
  26.    public native int getErrorChar();
  27.  
  28.    public native int getPerErrorDisplay();
  29.  
  30.    public native void setPerErrorDisplay(int var1);
  31.  
  32.    public native String getErrorMsg();
  33.  
  34.    public native void advanceError();
  35.  
  36.    public native void retreatError();
  37. }
  38.