Package net.sf.graphiti.ui.wizards

Examples of net.sf.graphiti.ui.wizards.SaveAsWizard


    IWorkbench workbench = PlatformUI.getWorkbench();
    IWorkbenchWindow window = workbench.getActiveWorkbenchWindow();
    IWorkbenchPage page = window.getActivePage();
    IEditorPart editor = page.getActiveEditor();

    SaveAsWizard wizard = new SaveAsWizard();
    wizard.init(workbench, new StructuredSelection(editor));

    WizardDialog dialog = new WizardDialog(window.getShell(), wizard);
    dialog.open();
  }
View Full Code Here

TOP

Related Classes of net.sf.graphiti.ui.wizards.SaveAsWizard

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.