Package com.e1c.g5.v8.dt.mw.ui
Class DocumentSection
- java.lang.Object
-
- com.e1c.g5.v8.dt.mw.ui.DocumentSection
-
public class DocumentSection extends Object
Movements constructor document section. Displays document elements in a tree.
-
-
Constructor Summary
Constructors Constructor Description DocumentSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDocumentSection(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)Сreates a document section.TreeViewergetTreeViewer()Returns documentTree viewervoidsetTypeMatcher(RegisterSection registerSection)Set type matcher.
-
-
-
Method Detail
-
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
public TreeViewer getTreeViewer()
Returns documentTree viewer- Returns:
- - documentTree viewer, may be return
null, if document section did not create
-
setTypeMatcher
public void setTypeMatcher(RegisterSection registerSection)
Set type matcher.- Parameters:
registerSection- - setting register section,maynull
-
-