home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / IIFFormDesigner.java < prev    next >
Text File  |  1998-03-05  |  5KB  |  113 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 IIFFormDesigner
  19. /** @com.interface(iid=79F506B3-15AC-11D1-8BEF-00A0C90F26F7, thread=AUTO) */
  20. public interface IIFFormDesigner extends IUnknown
  21. {
  22.   /** @com.method(vtoffset=0, addFlagsVtable=4)
  23.       @com.parameters() */
  24.   public void show();
  25.  
  26.   /** @com.method(vtoffset=1, addFlagsVtable=4)
  27.       @com.parameters([type=I4] return) */
  28.   public int getHwnd();
  29.  
  30.   /** @com.method(vtoffset=2, addFlagsVtable=4)
  31.       @com.parameters([in,iid=79F506B2-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] pCont) */
  32.   public void setFormContainer(iforms.host.IIFFormContainer pCont);
  33.  
  34.   /** @com.method(vtoffset=3, addFlagsVtable=4)
  35.       @com.parameters() */
  36.   public void setFormMenu();
  37.  
  38.   /** @com.method(vtoffset=4, addFlagsVtable=4)
  39.       @com.parameters() */
  40.   public void selectDesigner();
  41.  
  42.   /** @com.method(vtoffset=5, addFlagsVtable=4)
  43.       @com.parameters() */
  44.   public void showEventHandler();
  45.  
  46.   /** @com.method(vtoffset=6, addFlagsVtable=4)
  47.       @com.parameters([iid=79F506B4-15AC-11D1-8BEF-00A0C90F26F7,thread=AUTO,type=OBJECT] return) */
  48.   public iforms.host.IIFFormInstance getInstance();
  49.  
  50.   /** @com.method(vtoffset=7, addFlagsVtable=4)
  51.       @com.parameters([in,type=BOOLEAN] fPaintForm) */
  52.   public void onFormActivate(boolean fPaintForm);
  53.  
  54.   /** @com.method(vtoffset=8, addFlagsVtable=4)
  55.       @com.parameters([in,type=BOOLEAN] fPaintForm) */
  56.   public void onFormDeactivate(boolean fPaintForm);
  57.  
  58.   /** @com.method(vtoffset=9, addFlagsVtable=4)
  59.       @com.parameters([in,type=PTR] iidGroup, [in,type=U4] icmd, [type=U4] return) */
  60.   public int queryStatus(com.ms.com._Guid iidGroup, int icmd);
  61.  
  62.   /** @com.method(vtoffset=10, addFlagsVtable=4)
  63.       @com.parameters([in,type=PTR] iidGroup, [in,type=U4] icmd, [type=BOOLEAN] return) */
  64.   public boolean exec(com.ms.com._Guid iidGroup, int icmd);
  65.  
  66.   /** @com.method(vtoffset=11, addFlagsVtable=4)
  67.       @com.parameters([type=U4] return) */
  68.   public int getVerbCount();
  69.  
  70.   /** @com.method(vtoffset=12, addFlagsVtable=4)
  71.       @com.parameters([in,type=U4] dwVerb, [type=STRING] return) */
  72.   public String getVerbText(int dwVerb);
  73.  
  74.   /** @com.method(vtoffset=13, addFlagsVtable=4)
  75.       @com.parameters([in,type=U4] dwVerb) */
  76.   public void execVerb(int dwVerb);
  77.  
  78.   /** @com.method(vtoffset=14, addFlagsVtable=4)
  79.       @com.parameters([type=BOOLEAN] return) */
  80.   public boolean isCustomizerAvailable();
  81.  
  82.   /** @com.method(vtoffset=15, addFlagsVtable=4)
  83.       @com.parameters([in,type=I4] hwndParent) */
  84.   public void invokeCustomizer(int hwndParent);
  85.  
  86.   /** @com.method(vtoffset=16, addFlagsVtable=4)
  87.       @com.parameters([in,type=I4] hwnd, [in,type=I4] message, [in,type=I4] wParam, [in,type=I4] lParam, [type=BOOLEAN] return) */
  88.   public boolean isDesignerMessage(int hwnd, int message, int wParam, int lParam);
  89.  
  90.   /** @com.method(vtoffset=17, addFlagsVtable=4)
  91.       @com.parameters([in,type=STRING] szClass) */
  92.   public void addComponent(String szClass);
  93.  
  94.   /** @com.method(vtoffset=18, addFlagsVtable=4)
  95.       @com.parameters([in,type=STRING] szClass, [in,type=I4] posX, [in,type=I4] posY) */
  96.   public void addComponentAtPoint(String szClass, int posX, int posY);
  97.  
  98.   /** @com.method(vtoffset=19, addFlagsVtable=4)
  99.       @com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO, [type=BOOLEAN] return) */
  100.   public boolean canAddContents(IUnknown pDO);
  101.  
  102.   /** @com.method(vtoffset=20, addFlagsVtable=4)
  103.       @com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO) */
  104.   public void addContents(IUnknown pDO);
  105.  
  106.   /** @com.method(vtoffset=21, addFlagsVtable=4)
  107.       @com.parameters([in,iid=00000000-0000-0000-C000-000000000046,thread=AUTO,type=OBJECT] pDO, [in,type=I4] posX, [in,type=I4] posY) */
  108.   public void addContentsAtPoint(IUnknown pDO, int posX, int posY);
  109.  
  110.  
  111.   public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x79f506b3, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
  112. }
  113.