use of org.whole.lang.ui.layout.OverColumnLayout 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;
}
use of org.whole.lang.ui.layout.OverColumnLayout in project whole by wholeplatform.
the class BlockPart method createFigure.
protected IFigure createFigure() {
IFigure figure = new // StringSeparatedCompositeColumnFigure("",
CompositeFigure(new OverColumnLayout().withMarginTop(5).withMarginBottom(5).withSpacing(13));
figure.setBorder(new BlockBracketsBorder());
return figure;
}
Aggregations