• Packages that use IVWPanelComponent 
    Package Description
    filenet.vw.toolkit.runtime.step  
    filenet.vw.toolkit.runtime.step.beans  
    • Uses of IVWPanelComponent in filenet.vw.toolkit.runtime.step

      Classes in filenet.vw.toolkit.runtime.step that implement IVWPanelComponent 
      Modifier and Type Class and Description
      class  VWPanelComponentInfo
      This class provides the means to retrieve information about the specified parameter from the step element and saves the changes to the step element.
    • Uses of IVWPanelComponent in filenet.vw.toolkit.runtime.step.beans

      Classes in filenet.vw.toolkit.runtime.step.beans that implement IVWPanelComponent 
      Modifier and Type Class and Description
      class  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.
      class  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.
      class  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.
      class  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.
      class  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.
      class  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.

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