use of org.eclipse.wst.xsd.ui.internal.adt.typeviz.design.figures.StructureFigure in project webtools.sourceediting by eclipse.
the class XSDSimpleTypeEditPart method createFigure.
protected IFigure createFigure() {
figure = new StructureFigure();
figure.setBorder(new RoundedLineBorder(1, 10));
ToolbarLayout toolbarLayout = new ToolbarLayout();
toolbarLayout.setStretchMinorAxis(true);
figure.setLayoutManager(toolbarLayout);
return figure;
}
Aggregations