Java 类com.intellij.util.xml.highlighting.DomElementsErrorPanel 实例源码

项目:intellij-ce-playground    文件:DomUIFactoryImpl.java   
@Override
public CaptionComponent addErrorPanel(CaptionComponent captionComponent, DomElement... elements) {
  captionComponent.initErrorPanel(new DomElementsErrorPanel(elements));
  return captionComponent;
}
项目:tools-idea    文件:DomUIFactoryImpl.java   
public CaptionComponent addErrorPanel(CaptionComponent captionComponent, DomElement... elements) {
  captionComponent.initErrorPanel(new DomElementsErrorPanel(elements));
  return captionComponent;
}
项目:consulo-xml    文件:DomUIFactoryImpl.java   
public CaptionComponent addErrorPanel(CaptionComponent captionComponent, DomElement... elements) {
  captionComponent.initErrorPanel(new DomElementsErrorPanel(elements));
  return captionComponent;
}