uk.ac.kcl.cch.jb.pliny.browser
Class ToolbarLayout

java.lang.Object
  extended byorg.eclipse.swt.widgets.Layout
      extended byuk.ac.kcl.cch.jb.pliny.browser.ToolbarLayout

public class ToolbarLayout
extends org.eclipse.swt.widgets.Layout

Copied code from the internal code section of the embedded Eclipse browser org.eclipse.ui.internal.browser. Copied because original version is not available for reuse in my code.


Constructor Summary
ToolbarLayout()
           
 
Method Summary
protected  org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
           
protected  void layout(org.eclipse.swt.widgets.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

ToolbarLayout

public ToolbarLayout()
Method Detail

computeSize

protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
                                                     int wHint,
                                                     int hHint,
                                                     boolean flushCache)

layout

protected void layout(org.eclipse.swt.widgets.Composite composite,
                      boolean flushCache)