SolutionBrowserPanel.getInstance().getContentTabPanel().showNewURLTab( textBox.getText(), textBox.getText(),
textBox.getText(), false );
}
};
IDialogValidatorCallback validatorCallback = new IDialogValidatorCallback() {
public boolean validate() {
boolean isValid = !"".equals( textBox.getText() ) && textBox.getText() != null; //$NON-NLS-1$
if ( !isValid ) {
MessageDialogBox dialogBox =
new MessageDialogBox(