Package org.springframework.ide.eclipse.beans.ui.editor.hover

Examples of org.springframework.ide.eclipse.beans.ui.editor.hover.BeansTextHoverProcessor


  }

  @Override
  public ITextHover getTextHover(ISourceViewer sourceViewer, String contentType, int stateMask) {
    if ((contentType == IStructuredPartitions.DEFAULT_PARTITION) || (contentType == IXMLPartitions.XML_DEFAULT)) {
      return new BeansTextHoverProcessor();
    }
    return super.getTextHover(sourceViewer, contentType, stateMask);
  }
View Full Code Here

TOP

Related Classes of org.springframework.ide.eclipse.beans.ui.editor.hover.BeansTextHoverProcessor

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.