/** * @param page * @param parent * @param style */ public LinkSection(PDEFormPage page, Composite parent, int style) { super(page, parent, style); FormToolkit toolkit = page.getManagedForm().getToolkit(); linkHandler = new LinkHandler(); createClient(getSection(), toolkit); }
public IncludedFeaturesPortabilitySection( PDEFormPage page, Composite parent, String title, String desc, int toggleStyle) { super(page, parent, Section.DESCRIPTION | ExpandableComposite.NO_TITLE | toggleStyle, false); getSection().setDescription(desc); createClient(getSection(), page.getManagedForm().getToolkit()); }