Uses of Class
org.eclipse.datatools.sqltools.sqlbuilder.util.LabelValuePair

Packages that use LabelValuePair
org.eclipse.datatools.sqltools.sqlbuilder.views   
org.eclipse.datatools.sqltools.sqlbuilder.views.select   
 

Uses of LabelValuePair in org.eclipse.datatools.sqltools.sqlbuilder.views
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views that return LabelValuePair
 LabelValuePair[] EditComboBoxCellEditor.getComboBoxItems()
           
 LabelValuePair ObjectHelper.getLabelValuePair(int index)
           
 LabelValuePair[] ComboBoxCellEditor.getLabelValuePairs()
           
 LabelValuePair ObjectHelper.getSelectedLabelValuePair()
           
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views with parameters of type LabelValuePair
 void ObjectHelper.addItem(LabelValuePair item)
           
 void ObjectHelper.addItems(LabelValuePair[] newItems)
           
 void DynamicComboBoxCellEditor.addItemsToStart(LabelValuePair[] newItemsToAdd)
           
 void ComboBoxCellEditor.createItems(LabelValuePair[] items)
           
 void EditComboBoxCellEditor.createItems(LabelValuePair[] items)
           
 void ObjectHelper.setItems(LabelValuePair[] newItems)
           
 

Constructors in org.eclipse.datatools.sqltools.sqlbuilder.views with parameters of type LabelValuePair
ComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent, LabelValuePair[] items)
          Creates a new combo box cell editor with the given choices.
DynamicComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent, LabelValuePair[] items, java.lang.Object viewer)
           
EditComboBoxCellEditor(org.eclipse.swt.widgets.Composite parent, LabelValuePair[] items, boolean addItems)
          Creates a new combo box cell editor with the given choices.
 

Uses of LabelValuePair in org.eclipse.datatools.sqltools.sqlbuilder.views.select
 

Methods in org.eclipse.datatools.sqltools.sqlbuilder.views.select with parameters of type LabelValuePair
 void GroupByContentViewer.GroupExpressionListGridViewer.addComboBoxItems(LabelValuePair[] extraItems, boolean exprExists)