Package de.innovationgate.eclipse.editors.design.pages

Examples of de.innovationgate.eclipse.editors.design.pages.MappingsConfigurationPage


  protected void addPages() {
    try {
      GeneralConfigurationPage general = new GeneralConfigurationPage(this);
      general.setModel(_model);
      addPage(general);
      MappingsConfigurationPage mappingsConfig = new MappingsConfigurationPage(this);
      mappingsConfig.setModel(_model);
      addPage(mappingsConfig);
     
      //RemoteActionsConfigurationPage remoteActions = new RemoteActionsConfigurationPage(this);
      //remoteActions.setModel(_model);
      //addPage(remoteActions);
View Full Code Here

TOP

Related Classes of de.innovationgate.eclipse.editors.design.pages.MappingsConfigurationPage

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.