Class ChecksTreeProvider.ChecksTreeNode
java.lang.Object
com._1c.g5.v8.dt.internal.ui.validation.ChecksTreeProvider.ChecksTreeNode
- All Implemented Interfaces:
IChecksTreeNode
- Enclosing class:
- ChecksTreeProvider
Tree node element for
ChecksTreeViewer
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChecksTreeNode
public ChecksTreeNode()
-
-
Method Details
-
getVisibleChecks
Description copied from interface:IChecksTreeNode
Returns visible checks.- Specified by:
getVisibleChecks
in interfaceIChecksTreeNode
- Returns:
- visible checks, not
null
-
getChecks
Returns all contained checks.- Returns:
- all contained checks, not
null
-
hasMathedChildren
public boolean hasMathedChildren()Returns whether has matched filter children.- Returns:
- whether has matched filter children
-
getRoot
Returns top level parent.- Returns:
- top level parent, not
null
-
getValue
Description copied from interface:IChecksTreeNode
Returns the value of the node- Specified by:
getValue
in interfaceIChecksTreeNode
- Returns:
- the value of the node, never
null
-
getCheckSettings
Description copied from interface:IChecksTreeNode
ReturnsStream
of node check settings- Specified by:
getCheckSettings
in interfaceIChecksTreeNode
- Returns:
- stream of check settings, never
null
-
isVisible
public boolean isVisible()Description copied from interface:IChecksTreeNode
Returnstrue
if node is visible- Specified by:
isVisible
in interfaceIChecksTreeNode
- Returns:
true
if node is visible
-