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 TypeMethodDescriptionvoid
createDocumentSection
(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil) Сreates a document section.Returns documentTree viewervoid
setTypeMatcher
(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 benull
document
- - document for which the movements constructor opens,cannot benull
mdTypeUtil
- - the md-type util, cannot benull
typeProvider
- - the type provider, cannot benull
derivedStateComputerUtil
- - 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
-