Called by the browser or applet viewer to inform this applet that it is being reclaimed
and that it should destroy any resources that it has allocated.
Returns the parameter value for the name specified by the input parameter
and assigns an integer representation of the default value if the
parameter value cannot be determined.
Returns the parameter value for the name specified by the input parameter
and assigns a string representation of the default value if the
parameter value cannot be determined.
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.
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.
This class provides an interface that allows implementing classes to easily
use the Java Step Processor UI Toolkit controls. These parameters and
methods apply to all controls that can be contained by a VWPanel container.
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.
This class defines an interface for Step Processing operations. This
class must be implemented in any class that will act as a component bean
for Step Processor-related operations.
Initializes the values necessary to launch a workflow (given the document
ID for the workflow definition, the attached document, and the workflow subject).
VWButton - class filenet.vw.toolkit.runtime.step.beans.VWButton.
This class adds a button control to the VWPanel container. This control
extends JButton and implements the IVWPanelComponent interface, which is
required for all controls that can be contained by the VWPanel container.
VWButton() -
Constructor for class filenet.vw.toolkit.runtime.step.beans.VWButton
This class adds a check box control to the VWPanel container. This
control extends JCheckBox, and implements the IVWPanelComponent interface,
which is required for all controls that can be contained by the VWPanel container.
This class adds a combo box control to the VWPanel container. This
control extends JComboBox, and it implements the IVWPanelComponent interface,
which is required for all controls that can be contained by the VWPanel container.
Constructor for standard command-line parsing with defaults of
case-sensitivity, parameter separators "/" or "-", and name-value
separators of "=" or ":".
Constructor for standard command-line parsing with default
parameter separators "/" or "-" and name-value
separators of "=" or ":", including a case-sensitivity
control parameter.
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.
VWLabel - class filenet.vw.toolkit.runtime.step.beans.VWLabel.
This class adds a label control to the VWPanel container. This control
extends JLabel, and it implements the IVWPanelComponent interface, which is
required for all controls that can be contained by the VWPanel container.
VWLabel() -
Constructor for class filenet.vw.toolkit.runtime.step.beans.VWLabel
This class extends VWPanel and acts as a container for controls and components
related to launching a workflow. This class overrides the VWPanel.displayHelp()
and VWPanel.doAbort() methods in the VWPanel container.
VWPanel - class filenet.vw.toolkit.runtime.step.beans.VWPanel.
This class acts as a container for grouping and easily accessing the Java
Step Processor UI Toolkit controls and containers. The class retrieves
and queries a valid VWStepElement object and provides the necessary
information to initialize its components (dependent controls and
containers). Additionally, the class implements an ActionListener
to monitor the button press events in the contained VWButton objects.
VWPanel() -
Constructor for class filenet.vw.toolkit.runtime.step.beans.VWPanel
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. 
Initializes the object from the given VWCommandLineArgs object -- usually
this object is passed to your applet or application class via IVWLaunchableApp.init().
This class acts as a container. The container queries the specified
step element to determine if attachments, groups, data fields, or a
milestone are present on the step. If none of the expected parameters
exist, the container displays only the General tab, which includes the step
comments and responses; otherwise, the control displays the tabs associated
with each parameter set.
This class adds a text area control to the VWPanel container. This
control extends JTextArea, and it implements the IVWPanelComponent interface,
which is required for all controls that can be contained by the VWPanel container.
This class adds a text field control to the VWPanel container. This
control extends JTextField, and it implements the IVWPanelComponent interface,
which is required for all controls that can be contained by the VWPanel container.