public AutocompleteTextSelector(Text text, String[] selectionItems) {
super(text, selectionItems);
}
protected ViewerContentProposalProvider getContentProposalProvider(String[] proposals) {
return new ViewerSelectorContentProposalProvider(proposals, this.text);
}