public abstract class AbstractBackendSelectionControl
extends org.eclipse.ui.menus.WorkbenchWindowControlContribution
| Constructor and Description |
|---|
AbstractBackendSelectionControl() |
AbstractBackendSelectionControl(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.swt.widgets.Control |
createControl(org.eclipse.swt.widgets.Composite parent) |
protected abstract QueryEvaluationHint |
getHints() |
protected abstract void |
setHints(QueryEvaluationHint newHint) |
delegateCreateControl, getCurSide, getOrientation, getWorkbenchWindowsetCurSide, setWorkbenchWindowcomputeWidth, fill, fill, fillpublic AbstractBackendSelectionControl()
public AbstractBackendSelectionControl(java.lang.String id)
protected abstract QueryEvaluationHint getHints()
protected abstract void setHints(QueryEvaluationHint newHint)
protected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent)
createControl in class org.eclipse.jface.action.ControlContribution