Class BaseCombo.DropComboLayout

  • Enclosing class:
    BaseCombo

    protected class BaseCombo.DropComboLayout
    extends VLayout
    Special layout implementation to position the combo's drop-down Button within its Text.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DropComboLayout()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.eclipse.swt.graphics.Point computeSize​(VPanel panel, int wHint, int hHint, boolean flushCache)  
      protected 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 Detail

      • DropComboLayout

        protected DropComboLayout()
    • Method Detail

      • computeSize

        protected org.eclipse.swt.graphics.Point computeSize​(VPanel panel,
                                                             int wHint,
                                                             int hHint,
                                                             boolean flushCache)
        Specified by:
        computeSize in class VLayout
      • layout

        protected void layout​(VPanel panel,
                              boolean flushCache)
        Specified by:
        layout in class VLayout