com.tensegrity.gui.swt.control.panels.slidepanel
Class SlidePanelContainerLayout
java.lang.Object
org.eclipse.swt.widgets.Layout
com.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
|
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 |
SlidePanelContainerLayout
public SlidePanelContainerLayout()
- Empty default constructor
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.