Package com.google.gdt.eclipse.designer.wizards.model.mvp

Examples of com.google.gdt.eclipse.designer.wizards.model.mvp.ViewWizard


* @coverage gwt.actions
*/
public class ViewAction extends AbstractOpenWizardDelegate {
  @Override
  protected IWizard createWizard() {
    return new ViewWizard();
  }
View Full Code Here

TOP

Related Classes of com.google.gdt.eclipse.designer.wizards.model.mvp.ViewWizard

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.