private class InputHistory.CComboWrapper extends InputHistory.ControlWrapper
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.swt.custom.CCombo |
combo |
control, items, text| Modifier | Constructor and Description |
|---|---|
protected |
CComboWrapper(org.eclipse.swt.custom.CCombo combo) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String[] |
getItems() |
protected java.lang.String |
getText() |
protected void |
setItems(java.lang.String[] items) |
collect, isDisposedprotected java.lang.String getText()
getText in class InputHistory.ControlWrapperprotected java.lang.String[] getItems()
getItems in class InputHistory.ControlWrapperprotected void setItems(java.lang.String[] items)
setItems in class InputHistory.ControlWrapper