EGF Engine
Release 0.1.0

Uses of Class
org.eclipse.egf.common.ui.helper.FormHelper.LayoutType

Packages that use FormHelper.LayoutType
org.eclipse.egf.common.ui.helper   
 

Uses of FormHelper.LayoutType in org.eclipse.egf.common.ui.helper
 

Methods in org.eclipse.egf.common.ui.helper that return FormHelper.LayoutType
static FormHelper.LayoutType FormHelper.LayoutType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FormHelper.LayoutType[] FormHelper.LayoutType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.egf.common.ui.helper with parameters of type FormHelper.LayoutType
static Composite FormHelper.createCompositeWithLayoutType(FormToolkit toolkit_p, Composite parent_p, FormHelper.LayoutType layoutType_p, int numColumns_p, boolean equalWidth_p)
          Create a new composite and set the layout using #updateCompositeLayoutWithLayoutType(Composite, org.eclipse.egf.common.ui.helper.FormHelper.LayoutType, int) method.
static Couple<Section,Composite> FormHelper.createSectionWithChildComposite(FormToolkit toolkit_p, Composite parent_p, int sectionStyle_p, FormHelper.LayoutType layoutType_p, int childNumColumns_p, boolean equalWidth_p)
          Create a section with a composite child using given child layout type.
static Object FormHelper.updateCompositeLayoutWithLayoutType(Composite composite_p, FormHelper.LayoutType layoutType_p, int numColumns_p, boolean equalWidth_p)
          Update given composite with given layout type and given number of columns (if it makes any sense).
static Object FormHelper.updateControlLayoutDataWithLayoutTypeData(Control control_p, FormHelper.LayoutType layoutType_p)
          Update given control layout data depending on given layout type.
 


EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.