* Create a server listing dialog box and the associated controls.
*/
public void run(IAction action)
{
XCDEServerSelectDialog d = new XCDEServerSelectDialog(window.getShell());
d.openDialog();
}
public void selectionChanged(IAction action, ISelection selection)
{
//Interface demanded, but we don't need it