Interface IEASyEditorPageCreator
-
public interface IEASyEditorPageCreator"Factory" for creating a specialized editor for a givenProductLineProject. This interface is for supporting specializedAbstractEASyEditorPages of other projects.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractEASyEditorPagecreatePage(ProductLineProject plp, org.eclipse.swt.widgets.Composite parent)Creates a newAbstractEASyEditorPagefor the givenProductLineProject.
-
-
-
Method Detail
-
createPage
AbstractEASyEditorPage createPage(ProductLineProject plp, org.eclipse.swt.widgets.Composite parent)
Creates a newAbstractEASyEditorPagefor the givenProductLineProject.- Parameters:
plp- TheProductLineProjectfor which the editor shall be created.parent- The parent, holding this editor page.- Returns:
- A new Editor for the
Editor.
-
-