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, isDisposed
protected java.lang.String getText()
getText
in class InputHistory.ControlWrapper
protected java.lang.String[] getItems()
getItems
in class InputHistory.ControlWrapper
protected void setItems(java.lang.String[] items)
setItems
in class InputHistory.ControlWrapper