Package filenet.vw.toolkit.runtime.step.beans

  • Class Summary 
    Class Description
    VWAttachmentPanel
    This class acts as a container for list and toolbar controls and is added as a container to the VWPanel container.
    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.
    VWCheckBox
    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.
    VWComboBox
    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.
    VWFieldPanel
    This class acts as a container for a field display control and is added as a container to the VWPanel container.
    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.
    VWLaunchPanel
    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.
    VWMilestonePanel
    This class extends JPanel and acts as a container for controls and components related to monitoring workflow milestones.
    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.
    VWTabbedPane
    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.
    VWTextArea
    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.
    VWTextField
    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.
    VWWflGroupPanel
    This class extends JPanel and acts as a container for controls and components related to displaying workflow groups.

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