Package com.ibm.commons.swt.data.controls

Data Bound Control and Composite Data Bound Control Classes.

See:
          Description

Interface Summary
DCCommandButton.Factory  
DCCompositeText.CallDialog An interface that allows implementors determine the desired behavior when a button is pressed to launch a dialog from a composite control.
IDataControl An interface that allows controls be bound to data
IDataFieldControl Interface that allows a control to be bound to a particular field (attribute).
 

Class Summary
DCCheckbox A checkbox control which is bound to data.
DCColorButton A com.ibm.commons.swt.controls.ColorButton that is bound to data.
DCComboBox A Combo box control which gets its value (and sets its value) from (in) a data model.
DCCommandButton Button that triggers an action.
DCCompositeCheckbox Checkbox control binded to data.
DCCompositeCombo Combobox control binded to data.
DCCompositeEditor A Composite editor that is associated with data and a model.
DCCompositeLabel A label composite control with associated data.
DCCompositeTable A table control whose value can be computed.
DCCompositeText A text composite control that is bound to data.
DCLabel Composite label bound to data.
DCListBox Composite ListBox bound to data.
DCNavComboBox Navigation ComboBox.
DCNavigator A navigator control which is bound to data.
DCNavListBox A navigation listbox which is associated with a data model.
DCPanel SWT Composite providing a DataNode.
DCPropertyTree SWT tree that acts as a property editor.
DCRadioButton Radio button control which can be bound to data.
DCTable A table control that is associated with a data model.
DCText A text control which may be bound to data.
DCToggleButton A button whose toggle state (selected/not selected) is determined by a data model.
DCTreeComboBox A widget that combines a Text field, a Combo box and a Tree control.
DCUtils Utilities used by Data Controls (i.e.
 

Package com.ibm.commons.swt.data.controls Description

Data Bound Control and Composite Data Bound Control Classes.

This package contains a host of 'data bound' controls which are used within Domino Designer. The controls can monitor a model, the individual controls are attached (bound) to various attributes in the model. The controls can be used to set and display the values of the attributes within the model.