Class WrappableToolbarLayout
- java.lang.Object
-
- org.eclipse.draw2d.AbstractLayout
-
- org.eclipse.nebula.visualization.internal.xygraph.toolbar.WrappableToolbarLayout
-
- All Implemented Interfaces:
org.eclipse.draw2d.LayoutManager
public class WrappableToolbarLayout extends org.eclipse.draw2d.AbstractLayoutArrange children in multiple rows if necessary.
-
-
Constructor Summary
Constructors Constructor Description WrappableToolbarLayout()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.draw2d.geometry.DimensioncalculatePreferredSize(org.eclipse.draw2d.IFigure container, int hint, int hint2)voidlayout(org.eclipse.draw2d.IFigure container)
-
-
-
Method Detail
-
calculatePreferredSize
protected org.eclipse.draw2d.geometry.Dimension calculatePreferredSize(org.eclipse.draw2d.IFigure container, int hint, int hint2)- Specified by:
calculatePreferredSizein classorg.eclipse.draw2d.AbstractLayout
-
layout
public void layout(org.eclipse.draw2d.IFigure container)
-
-