home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / IDE / IDE98 / WFCFORMS.CAB / iforms / host / IFManager.java < prev    next >
Text File  |  1998-03-05  |  2KB  |  49 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. /** @com.class(classid=79F506AC-15AC-11D1-8BEF-00A0C90F26F7,DynamicCasts)
  19. */
  20. public class IFManager implements IUnknown,com.ms.com.NoAutoScripting,IIFManager
  21. {
  22.   /** @com.method() */
  23.   public native void addIIFManagerListener(iforms.host.IIFManagerListener pListener);
  24.  
  25.   /** @com.method() */
  26.   public native void removeIIFManagerListener(iforms.host.IIFManagerListener pListener);
  27.  
  28.   /** @com.method() */
  29.   public native iforms.host.IIFToolbox getActiveToolbox();
  30.  
  31.   /** @com.method() */
  32.   public native void setActiveToolbox(iforms.host.IIFToolbox pToolbox);
  33.  
  34.   /** @com.method() */
  35.   public native iforms.host.IIFPropertyBrowser getActivePropertyBrowser();
  36.  
  37.   /** @com.method() */
  38.   public native void setActivePropertyBrowser(iforms.host.IIFPropertyBrowser pPropertyBrowser);
  39.  
  40.   /** @com.method() */
  41.   public native boolean canAddContents(IUnknown pDataObject);
  42.  
  43.   /** @com.method() */
  44.   public native void shutdown();
  45.  
  46.  
  47.   public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x79f506ac, (short)0x15ac, (short)0x11d1, (byte)0x8b, (byte)0xef, (byte)0x0, (byte)0xa0, (byte)0xc9, (byte)0xf, (byte)0x26, (byte)0xf7);
  48. }
  49.