private class InputHistory.ComboWrapper extends InputHistory.ControlWrapper
| Modifier and Type | Field and Description |
|---|---|
private org.eclipse.swt.widgets.Combo |
combo |
control, items, text| Modifier | Constructor and Description |
|---|---|
protected |
ComboWrapper(org.eclipse.swt.widgets.Combo 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