Package org.apache.sling.ide.eclipse.ui.internal

Examples of org.apache.sling.ide.eclipse.ui.internal.ImportWizardPage


   * org.eclipse.jface.viewers.IStructuredSelection)
   */
  public void init(IWorkbench workbench, IStructuredSelection selection) {
    setWindowTitle("Repositoy Import"); // NON-NLS-1
    setNeedsProgressMonitor(true);
    mainPage = new ImportWizardPage("Import from Repository", selection); // NON-NLS-1
        setDefaultPageImageDescriptor(WhitelabelSupport.getWizardBanner());

  }
View Full Code Here

TOP

Related Classes of org.apache.sling.ide.eclipse.ui.internal.ImportWizardPage

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.