Package org.eclipse.xcde.dialogs

Examples of org.eclipse.xcde.dialogs.XCDEServerSelectDialog.openDialog()


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