use of org.whole.lang.xml.ui.figures.ElementOutlineFigure in project whole by wholeplatform.
the class ElementOutlinePart method createFigure.
protected IFigure createFigure() {
Element entity = getModelEntity();
IContent content = entity.getContent();
boolean startOpened = !EntityUtils.isResolver(content) && !(EntityUtils.isComposite(content) && content.wIsEmpty());
return new ElementOutlineFigure(startOpened);
}
Aggregations