org.eclipse.net4j.util.ui.widgets
Class CoolBarComposite.CoolBarLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by org.eclipse.net4j.util.ui.widgets.CoolBarComposite.CoolBarLayout
Enclosing class:
CoolBarComposite

public class CoolBarComposite.CoolBarLayout
extends Layout

See Also:
ApplicationWindow.ApplicationWindowLayout

Constructor Summary
CoolBarComposite.CoolBarLayout()
           
 
Method Summary
protected  Point computeSize(Composite composite, int wHint, int hHint, boolean flushCache)
           
protected  boolean coolBarChildrenExist()
           
protected  void layout(Composite composite, boolean flushCache)
           
 
Methods inherited from class org.eclipse.swt.widgets.Layout
flushCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoolBarComposite.CoolBarLayout

public CoolBarComposite.CoolBarLayout()
Method Detail

computeSize

protected Point computeSize(Composite composite,
                            int wHint,
                            int hHint,
                            boolean flushCache)
Specified by:
computeSize in class Layout

layout

protected void layout(Composite composite,
                      boolean flushCache)
Specified by:
layout in class Layout

coolBarChildrenExist

protected boolean coolBarChildrenExist()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.