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 void
createDocumentSection(org.eclipse.swt.widgets.Composite parent, Document document, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)
Сreates a document section.TreeViewer
getTreeViewer()
Returns documentTree viewervoid
setTypeMatcher(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 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
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
-
-