Package org.springframework.ide.eclipse.config.ui.properties

Examples of org.springframework.ide.eclipse.config.ui.properties.SpringConfigPropertySheetPage


  @SuppressWarnings("rawtypes")
  @Override
  public Object getAdapter(Class adapter) {
    if (IPropertySheetPage.class == adapter) {
      return new SpringConfigPropertySheetPage(this);
    }
    if (IContentOutlinePage.class == adapter) {
      return contentOutline;
    }
    if (ITextEditor.class == adapter) {
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.config.ui.properties.SpringConfigPropertySheetPage

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.