Package com.e1c.g5.v8.dt.mw.ui
Class DocumentSection
java.lang.Object
com.e1c.g5.v8.dt.mw.ui.DocumentSection
Movements constructor document section. Displays document elements in a tree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateDocumentSection(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Сreates a document section.Returns documentTree viewervoidsetTypeMatcher(RegisterSection registerSection) Set type matcher.
-
Constructor Details
-
DocumentSection
public DocumentSection()
-
-
Method Details
-
createDocumentSection
public void createDocumentSection(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Сreates a document section.- Parameters:
parent- - external composite, cannot benulldocument- - document for which the movements constructor opens,cannot benullmdTypeUtil- - the md-type util, cannot benulltypeProvider- - the type provider, cannot benullderivedStateComputerUtil- - the derived state computer util, cannot benull
-
getTreeViewer
Returns documentTree viewer- Returns:
- - documentTree viewer, may be return
null, if document section did not create
-
setTypeMatcher
Set type matcher.- Parameters:
registerSection- - setting register section,maynull
-