panel.setLayoutFilterFieldBelowTheTree(true);
return panel;
}
private Action createSearchAction() {
FindInTreeAction action = new FindInTreeAction(tree, getString("ServerProjectsTree.Search.Title"));
action.setToolTip(getString("ServerProjectsTree.Search.ToolTip"));
return action;
}