Process UI Toolkit API

Uses of Interface
filenet.vw.toolkit.utils.IVWLaunchableApp

Packages that use IVWLaunchableApp
filenet.vw.toolkit.utils   
 

Uses of IVWLaunchableApp in filenet.vw.toolkit.utils
 

Classes in filenet.vw.toolkit.utils that implement IVWLaunchableApp
 class VWBaseLaunchableApplication
          This class provides basic functionality for our applications.
 

Methods in filenet.vw.toolkit.utils with parameters of type IVWLaunchableApp
 void VWBaseLaunchableApplication.registerApplication(IVWLaunchableApp childApp)
          Allows this class to keep track of the child applications.
 void VWBaseAppLauncherApplet.registerApplication(IVWLaunchableApp childApp)
          Allows this class to keep track of the child applications.
 void IVWAppLauncher.registerApplication(IVWLaunchableApp childApp)
          Allows the class to determine the state of the dependent (child) application launched from the class implementing this interface.
 


Process UI Toolkit API

© Copyright IBM Corporation 2002, 2008. All rights reserved.