jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.entrypoint.IGuiEntryPoint

Packages that use IGuiEntryPoint
de.tif.jacob.entrypoint Provides entry points for UI and system. 
 

Uses of IGuiEntryPoint in de.tif.jacob.entrypoint
 

Methods in de.tif.jacob.entrypoint with parameters of type IGuiEntryPoint
static java.lang.String EntryPointUrl.getUrl(SessionContext context, IGuiEntryPoint entry, java.util.Properties props, boolean useVersion)
          Constructs the entry point URL for a given GUI entry point.
static void EntryPointUrl.popup(IClientContext context, IGuiEntryPoint entry, java.util.Properties props)
          Show the hands over EntryPoint.
static void EntryPointUrl.popup(IClientContext context, IGuiEntryPoint entry, java.util.Properties props, int height, int width)
          Show the hands over EntryPoint.
 


jACOB 2.7 API Documentation.