@Override
public void run()
{
InputDialog dialog = new InputDialog( parent.getShell(), Type.PROBLEM,
parent.getDisplay().getCursorLocation() );
dialog.open();
if( dialog.getReturnCode() == Window.OK ) {
// parse problem description and get back the problem context
// String problemContextXML = embetClient.submitProblem( null, dialog.getText(), userID );
getEmbetClient().searchUserContext(userID, dialog.getText());