Class CollapsibleButtons.VerticalLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.nebula.widgets.collapsiblebuttons.CollapsibleButtons.VerticalLayout
- Enclosing class:
- CollapsibleButtons
class CollapsibleButtons.VerticalLayout
extends org.eclipse.swt.widgets.Layout
-
Constructor Summary
Constructors Constructor Description VerticalLayout()
-
Method Summary
Modifier and Type Method Description protected org.eclipse.swt.graphics.Point
computeSize(org.eclipse.swt.widgets.Composite aComposite, int wHint, int hHint, boolean flushCache)
protected void
layout(org.eclipse.swt.widgets.Composite aComposite, boolean flushCache)
-
Constructor Details
-
VerticalLayout
public VerticalLayout()
-
-
Method Details
-
computeSize
protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite aComposite, int wHint, int hHint, boolean flushCache)- Specified by:
computeSize
in classorg.eclipse.swt.widgets.Layout
-
layout
protected void layout(org.eclipse.swt.widgets.Composite aComposite, boolean flushCache)- Specified by:
layout
in classorg.eclipse.swt.widgets.Layout
-