Package filenet.vw.toolkit.utils

  • Interface Summary 
    Interface Description
    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.
    IVWFrameInterface
    This class defines an interface for handling window-closing events from within customized Frame classes.
    IVWLaunchableApp
    This class defines an interface that classes will implement to retrieve the session information. The implementing class can use this interface (and indirectly the VWSessionInfo class) to access information about the current valid session.
    IVWParameterConstants
    This class provides a single location for accessing predefined String-valued parameters related to specific functional areas. All of the field values are marked final.
  • Class Summary 
    Class Description
    VWBaseAppLauncherApplet
    This class provides the basic functionality for an applet that can launch child applications
    VWBaseLaunchableApplication
    This class provides basic functionality for our applications.
    VWCommandLineArgs
    Utility class to parse command line arguments into name/value pairs
    VWDriverFrame
    This class provides a customized instance of a Frame. Typically, a Frame is an instance of a Window object that includes a title bar, a menu bar, and a border.
    VWSessionInfo
    This class provides session-related information, such as the document ID, the host name, the name of the library containing the document, the link type (whether the session links to a document or document class), parameter names, the top-level applet, the queue name, and so on. 

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