sortedList = new SortedList<Object>(dataList, comparator);
this.shownList = sortedList;
if (filterProperties != null)
{
textFilterField = new JXSearchField(RcpSupport.getMessage("glazedListTableWidget.textFilterField.prompt"));
textFilterField.addFocusListener(new FocusAdapter()
{
@Override
public void focusGained(FocusEvent e)
{