Package org.eclipse.ecf.ui.dialogs

Examples of org.eclipse.ecf.ui.dialogs.ContainerConnectErrorDialog.open()


      joinChatRoom(container, selectedInfo, null);
    } catch (ECFException e) {
      Throwable e1 = e.getStatus().getException();
      Activator.getDefault().getLog().log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, IStatus.ERROR, Messages.MultiRosterView_EXCEPTION_LOG_JOIN_ROOM, e1));
      ContainerConnectErrorDialog ed = new ContainerConnectErrorDialog(getViewSite().getShell(), selectedInfo.getRoomID().getName(), e1);
      ed.open();
    }
  }

  private void makeActions() {
    imAction = new Action() {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.