Klasse ComponentResponsiveLayout
java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentResponsiveLayout
A layout that shows different contents, depending on available size
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungComponentResponsiveLayout(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 -
Methodenübersicht
-
Konstruktordetails
-
ComponentResponsiveLayout
public 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- Parameter:
parent-minWidth-minHeight-
-