|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVWAppLauncher
This interface specifies the methods supported for objects that launch a dependent application. This interface must be implemented in all applications that need to share session-related information with dependent (or child) applications.
Method Summary | |
---|---|
boolean |
bringChildAppToFront(java.lang.String className)
Bring the child application window to the front (z-order) |
boolean |
hasChildClass(java.lang.String className)
|
void |
registerApplication(IVWLaunchableApp childApp)
Allows the class to determine the state of the dependent (child) application launched from the class implementing this interface. |
Methods inherited from interface filenet.vw.toolkit.utils.IVWFrameInterface |
---|
windowClosing |
Method Detail |
---|
void registerApplication(IVWLaunchableApp childApp)
childApp
- An IVWLaunchableApp object that represents the
dependent (child) application being launched by this object.boolean hasChildClass(java.lang.String className)
className
-
boolean bringChildAppToFront(java.lang.String className)
className
-
|
Process UI Toolkit API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |