Package tool.content

Examples of tool.content.SupplierPlanFolder


   */
  public void run(IAction action) {
    IWorkbench wb = PlatformUI.getWorkbench();
    IWorkbenchWindow window = wb.getActiveWorkbenchWindow();
   
    SupplierPlanFolder folder = (SupplierPlanFolder) this.selection.getFirstElement();

    SupplierPlanDialog dialog = new SupplierPlanDialog(window.getShell(), true);
    dialog.setExistingPlans(folder);
    dialog.setBlockOnOpen(true);
    if (dialog.open() == Dialog.OK){
View Full Code Here

TOP

Related Classes of tool.content.SupplierPlanFolder

Copyright © 2018 www.massapicom. 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.