use of org.whole.lang.ui.figures.PipeBracketsBorder in project whole by wholeplatform.
the class SplitPart method createFigure.
protected IFigure createFigure() {
IFigure f = new EntityFigure(new OverColumnLayout().withSpacing(4).withMinorAlignment(// CENTER).withAutoresizeWeight(1f));
Alignment.FILL));
f.setBorder(new PipeBracketsBorder(0, 1, 0, 1));
return f;
}
Aggregations