com.ibm.commons.swt.data.controls
Interface IDataControl

All Known Subinterfaces:
IDataFieldControl
All Known Implementing Classes:
DCCheckbox, DCComboBox, DCCommandButton, DCCompositeCheckbox, DCCompositeCombo, DCCompositeEditor, DCCompositeLabel, DCCompositeTable, DCCompositeText, DCLabel, DCListBox, DCNavComboBox, DCNavigator, DCNavListBox, DCPanel, DCPropertyTree, DCRadioButton, DCTable, DCText, DCToggleButton, DCTreeComboBox

public interface IDataControl

An interface that allows controls be bound to data


Method Summary
 org.eclipse.swt.widgets.Control getControl()
          Returns the control that is bound to the data
 

Method Detail

getControl

org.eclipse.swt.widgets.Control getControl()
Returns the control that is bound to the data

Returns: