Package de.innovationgate.eclipse.wgadesigner.pages

Examples of de.innovationgate.eclipse.wgadesigner.pages.WGARuntimeConfigurationPage


  protected void addPages() {
    try {
      WGARuntimeStatusPage status = new WGARuntimeStatusPage(this);
      status.setModel(_model);
      addPage(status);
      WGARuntimeConfigurationPage general = new WGARuntimeConfigurationPage(this);
      general.setModel(_model);
      addPage(general);     
    } catch (PartInitException e) {
      WGADesignerPlugin.getDefault().logError("Unable to init runtime editor pages.", e);
    }
  }
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.wgadesigner.pages.WGARuntimeConfigurationPage

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.