com.tensegrity.gui.swt.document
Interface SwtParentContainerProvider

All Known Implementing Classes:
CompatibleSwtGraphApplication

public interface SwtParentContainerProvider

This interface marks up swt classes that have a getSwtParentContainer() method. This is required because in an Swt context a Control container - i.e. its parent which must be a Composite, must be passed to the control's constructor.

Version:
$Id: SwtParentContainerProvider.java,v 1.2 2005/12/16 10:11:15 ArndHouben Exp $
Author:
S�bastien Guyon

Method Summary
 org.eclipse.swt.widgets.Composite getSwtParentContainer()
          Returns the Composite. which can be used as container for other Controls.
 void setSwtParentContainer(org.eclipse.swt.widgets.Composite parent)
           
 

Method Detail

getSwtParentContainer

public org.eclipse.swt.widgets.Composite getSwtParentContainer()
Returns the Composite. which can be used as container for other Controls.

Returns:
the Composite. which can be used as container for other Controls.

setSwtParentContainer

public void setSwtParentContainer(org.eclipse.swt.widgets.Composite parent)


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