Package com.e1c.g5.v8.dt.gsw.ui
Class GenerationSettingsConstructorSearchBoxBuilder
- java.lang.Object
-
- com.e1c.g5.v8.dt.gsw.ui.GenerationSettingsConstructorSearchBoxBuilder
-
public class GenerationSettingsConstructorSearchBoxBuilder extends Object
Creater search box for generation settings constructor sections.
-
-
Constructor Summary
Constructors Constructor Description GenerationSettingsConstructorSearchBoxBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchBox
createSearchBox(org.eclipse.swt.widgets.Composite parent)
Сreates search box and adds to givenparent
-
-
-
Method Detail
-
createSearchBox
public SearchBox createSearchBox(org.eclipse.swt.widgets.Composite parent)
Сreates search box and adds to givenparent
- Parameters:
parent
- - external composition , cannot benull
- Returns:
- created search box , cannot be
null
-
-