public class ComponentResponsiveLayout
extends java.lang.Object
Constructor and Description |
---|
ComponentResponsiveLayout(org.eclipse.swt.widgets.Composite parent,
int minWidth,
int minHeight,
org.eclipse.swt.widgets.Control primary,
org.eclipse.swt.widgets.Control secondary)
Primary will be shown as long as width and height are within the given bounds,
otherwise the composite will switch to the secondary control
|
public ComponentResponsiveLayout(org.eclipse.swt.widgets.Composite parent, int minWidth, int minHeight, org.eclipse.swt.widgets.Control primary, org.eclipse.swt.widgets.Control secondary)
parent
- minWidth
- minHeight
-