com.ibm.commons.swt.data.editors.support
Class CompositeEditorLayout

java.lang.Object
  extended by org.eclipse.swt.widgets.Layout
      extended by com.ibm.commons.swt.data.editors.support.CompositeEditorLayout

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

A Layout object that is used in conjunction with the CompositeEditor control. The layout lays the controls out in a predefined order.


Constructor Summary
CompositeEditorLayout()
           
 
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

CompositeEditorLayout

public CompositeEditorLayout()
Method Detail

computeSize

protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite composite,
                                                     int wHint,
                                                     int hHint,
                                                     boolean flushCache)
Specified by:
computeSize in class org.eclipse.swt.widgets.Layout

layout

protected void layout(org.eclipse.swt.widgets.Composite composite,
                      boolean flushCache)
Specified by:
layout in class org.eclipse.swt.widgets.Layout