Package org.springframework.ide.eclipse.config.ui.editors.overview

Examples of org.springframework.ide.eclipse.config.ui.editors.overview.OverviewFormPage


  }

  @Override
  protected void createPreNamespacePages() {
    namespacesPage = new NamespacesFormPage(this);
    overviewPage = new OverviewFormPage(this);
    addConfigEditorPage(namespacesPage, Messages.getString("SpringConfigEditor.NAMESPACES_TAB")); //$NON-NLS-1$
    addConfigEditorPage(overviewPage, Messages.getString("SpringConfigEditor.OVERVIEW_TAB")); //$NON-NLS-1$
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.config.ui.editors.overview.OverviewFormPage

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.