Package org.springframework.ide.eclipse.metadata.ui

Examples of org.springframework.ide.eclipse.metadata.ui.RequestMappingView


    displayView();
  }

  private void displayView() {
    try {
      RequestMappingView view = (RequestMappingView) PlatformUI
          .getWorkbench().getActiveWorkbenchWindow().getActivePage()
          .showView(RequestMappingView.ID_VIEW);
      view.setInput(element);
    } catch (PartInitException e) {
      StatusHandler.log(new Status(IStatus.ERROR,
          MetadataPlugin.PLUGIN_ID,
          Messages.ShowRequestMappingsAction_ERROR_OPENING_VIEW
              + RequestMappingView.ID_VIEW, e));
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.metadata.ui.RequestMappingView

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.