Package com.google.devtools.depan.eclipse.wizards

Examples of com.google.devtools.depan.eclipse.wizards.NewRelationshipSetWizard


   *
   * @see com.google.devtools.depan.eclipse.utils.RelationshipSelectorListener
   *      #saveAsAction()
   */
  public void saveAsAction() {
    NewRelationshipSetWizard wizard =
        new NewRelationshipSetWizard(getSelectedRelations());
    WizardDialog dialog = new WizardDialog(shell, wizard);
    dialog.open();
  }
View Full Code Here


  protected void saveSelection() {
    if (null == shell) {
      return;
    }

    NewRelationshipSetWizard wizard = new NewRelationshipSetWizard(getFinder());
    WizardDialog dialog = new WizardDialog(shell, wizard);
    dialog.open();
  }
View Full Code Here

TOP

Related Classes of com.google.devtools.depan.eclipse.wizards.NewRelationshipSetWizard

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.