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.
|