Package org.eclipse.ecf.internal.ui.actions

Examples of org.eclipse.ecf.internal.ui.actions.SelectProviderAction.run()


    link.setText("\n   This view is not intended to be opened as a standalone view. Please select one of the <a>IM Providers</a> to open a populated view."); //$NON-NLS-1$
    link.addSelectionListener(new SelectionAdapter() {
      public void widgetSelected(SelectionEvent e) {
        SelectProviderAction action = new SelectProviderAction();
        action.init(ChatRoomManagerView.this.getSite().getWorkbenchWindow());
        action.run(null);

      }
    });

  }
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.