25262728293031
*/ public class CustomApplicationWizard extends GenericComponentWizard { public CustomApplicationWizard() throws ForceProjectException { super(); controller = new CustomApplicationComponentController(); }