Java 类org.eclipse.jface.text.DefaultTextHover 实例源码

项目:subclipse    文件:CommitCommentArea.java   
public ITextHover getTextHover(ISourceViewer sourceViewer, String contentType) {
    return new DefaultTextHover(sourceViewer);
}
项目:APICloud-Studio    文件:CommitCommentArea.java   
public ITextHover getTextHover(ISourceViewer sourceViewer, String contentType) {
    return new DefaultTextHover(sourceViewer);
}