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