Klasse ComponentResponsiveLayout

java.lang.Object
org.deidentifier.arx.gui.view.impl.common.ComponentResponsiveLayout

public class ComponentResponsiveLayout extends Object
A layout that shows different contents, depending on available size
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    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
  • Methodenübersicht

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 -