Package mmrnmhrm.ui.wizards

Source Code of mmrnmhrm.ui.wizards.ProjectWizardFirstPage__Accessor

package mmrnmhrm.ui.wizards;

import melnorme.utilbox.misc.ReflectionUtils;

import org.eclipse.dltk.ui.wizards.ProjectWizardFirstPage;
import org.eclipse.dltk.ui.wizards.ProjectWizardFirstPage.NameGroup;


public abstract class ProjectWizardFirstPage__Accessor {

  public static NameGroup access_fNameGroup(ProjectWizardFirstPage firstPage) throws NoSuchFieldException {
    NameGroup nameGroup = (NameGroup) ReflectionUtils.readField(firstPage, "fNameGroup");
    return nameGroup;
  }
 
}
TOP

Related Classes of mmrnmhrm.ui.wizards.ProjectWizardFirstPage__Accessor

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.