com.tensegrity.gui.swt.control.panels.slidepanel
Class SlidePanelContainerLayout

java.lang.Object
  extended byorg.eclipse.swt.widgets.Layout
      extended bycom.tensegrity.gui.swt.control.panels.slidepanel.SlidePanelContainerLayout

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

The SlidePanelContainerLayout is used for arranging multiple SlidePanels within a Composite. Those SlidePanels are organized vertically, i.e. one under the other.

Note that right now it is not possible to mix SlidePanels with other Controls when using this layout.

Version:
$Id: SlidePanelContainerLayout.java,v 1.2 2005/10/05 14:24:19 ArndHouben Exp $
Author:
ArndHouben

Constructor Summary
SlidePanelContainerLayout()
          Empty default constructor
 
Method Summary
protected  org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite arg0, int arg1, int arg2, boolean arg3)
           
protected  void layout(org.eclipse.swt.widgets.Composite arg0, boolean arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlidePanelContainerLayout

public SlidePanelContainerLayout()
Empty default constructor

Method Detail

computeSize

protected org.eclipse.swt.graphics.Point computeSize(org.eclipse.swt.widgets.Composite arg0,
                                                     int arg1,
                                                     int arg2,
                                                     boolean arg3)

layout

protected void layout(org.eclipse.swt.widgets.Composite arg0,
                      boolean arg1)


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.