Class VLayout

java.lang.Object
org.eclipse.nebula.cwt.v.VLayout
Direct Known Subclasses:
AnalogTimePicker.BaseLayout, AnalogTimePicker.DialLayout, BaseCombo.DropComboLayout, CDateTime.SpinnerLayout, VGridLayout, VSimpleLayout, VStackLayout

public abstract class VLayout
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    VLayout()  
  • Method Summary

    Modifier and Type Method Description
    protected abstract org.eclipse.swt.graphics.Point computeSize​(VPanel panel, int wHint, int hHint, boolean flushCache)  
    protected abstract void layout​(VPanel panel, boolean flushCache)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • computeSize

      protected abstract org.eclipse.swt.graphics.Point computeSize​(VPanel panel, int wHint, int hHint, boolean flushCache)
    • layout

      protected abstract void layout​(VPanel panel, boolean flushCache)