}
if (view.getEnabledFeatures().endpointSelectionEnabled()) {
endpointInput = new EndpointInput(view, this);
queryOptions.addMember(endpointInput);
searchIcon = new EndpointSearch(view);
queryOptions.addMember(searchIcon);
}
outputSelection = new OutputSelection(view, this);