home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / IIFCodeBuffer.java < prev    next >
Text File  |  1998-03-05  |  3KB  |  69 lines

  1. //
  2. // Auto-generated using JActiveX.EXE 4.79.2207
  3. //   (E:\IRONWOOD\tools\jactivex -nologo -d E:\IRONWOOD\build\Retail -p:b- -p iforms.host E:\IRONWOOD\build\Retail\iforms\host\ifhost.tlb)
  4. //
  5. // WARNING: Do not remove the comments that include "@com" directives.
  6. // This source file must be compiled by a @com-aware compiler.
  7. // If you are using the Microsoft Visual J++ compiler, you must use
  8. // version 1.02.3920 or later. Previous versions will not issue an error
  9. // but will not generate COM-enabled class files.
  10. //
  11.  
  12. package iforms.host;
  13.  
  14. import com.ms.com.*;
  15. import com.ms.com.IUnknown;
  16. import com.ms.com.Variant;
  17.  
  18. // VTable-only interface IIFCodeBuffer
  19. /** @com.interface(iid=79F506A2-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
  20. public interface IIFCodeBuffer extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=0, addFlagsVtable=4)
  23.       @com.parameters([type=STRING] return) */
  24.   public String getText();
  25.  
  26.   /** @com.method(vtoffset=1, addFlagsVtable=4)
  27.       @com.parameters([in,type=I4] pos, [in,type=I4] count, [in,type=STRING] bstrText) */
  28.   public void replaceText(int pos, int count, String bstrText);
  29.  
  30.   /** @com.method(vtoffset=2, addFlagsVtable=4)
  31.       @com.parameters([in,type=I4] line) */
  32.   public void showCode(int line);
  33.  
  34.   /** @com.method(vtoffset=3, addFlagsVtable=4)
  35.       @com.parameters([in,type=STRING] bstrName, [in,type=STRING] bstrArgType) */
  36.   public void showEventHandler(String bstrName, String bstrArgType);
  37.  
  38.   /** @com.method(vtoffset=4, addFlagsVtable=4)
  39.       @com.parameters([in,type=STRING] types, [type=STRING] return) */
  40.   public String getCompatibleMethods(String types);
  41.  
  42.   /** @com.method(vtoffset=5, addFlagsVtable=4)
  43.       @com.parameters([in,type=STRING] bstrName, [type=BOOLEAN] return) */
  44.   public boolean doesFieldExist(String bstrName);
  45.  
  46.   /** @com.method(vtoffset=6, addFlagsVtable=4)
  47.       @com.parameters([in,type=STRING] bstrName, [in,type=STRING] bstrType, [in,type=STRING] bstrInit, [in,type=STRING] bstrInsertAfter, [in,type=I4] modifiers) */
  48.   public void onComponentAdd(String bstrName, String bstrType, String bstrInit, String bstrInsertAfter, int modifiers);
  49.  
  50.   /** @com.method(vtoffset=7, addFlagsVtable=4)
  51.       @com.parameters([in,type=STRING] bstrName) */
  52.   public void onComponentRemove(String bstrName);
  53.  
  54.   /** @com.method(vtoffset=8, addFlagsVtable=4)
  55.       @com.parameters([in,type=STRING] bstrNameOld, [in,type=STRING] bstrNameNew) */
  56.   public void onComponentRename(String bstrNameOld, String bstrNameNew);
  57.  
  58.   /** @com.method(vtoffset=9, addFlagsVtable=4)
  59.       @com.parameters([iid=79F506B9-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] return) */
  60.   public iforms.host.IVsIFExternalParser makeReader();
  61.  
  62.   /** @com.method(vtoffset=10, addFlagsVtable=4)
  63.       @com.parameters([iid=79F506BC-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] return) */
  64.   public iforms.host.IVsIFExternalCode makeWriter();
  65.  
  66.  
  67.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x79f506a2, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
  68. }
  69.