| visualdebugger.draw2d.TreeLayout
TreeLayout | public class TreeLayout extends AbstractLayout (Code) | | Performs a layout on a container containing
AbstractBranch figures. This layout is
similar to FlowLayout, except that the children are squeezed together to overlap by
comparing their left and right contours.
author: hudsonr author: Created on Apr 18, 2003 |
calculatePreferredSize | protected Dimension calculatePreferredSize(IFigure container, int wHint, int hHint)(Code) | | See Also: org.eclipse.draw2d.AbstractLayout.calculatePreferredSize(org.eclipse.draw2d.IFigureintint) |
layout | public void layout(IFigure container)(Code) | | See Also: org.eclipse.draw2d.LayoutManager.layout(org.eclipse.draw2d.IFigure) |
|
|