Class DeSelectVisitor
- java.lang.Object
-
- com.inductiveautomation.ignition.designer.auth.tree.DeSelectVisitor
-
- All Implemented Interfaces:
SecurityLevelTreeNode.Visitor
public class DeSelectVisitor extends java.lang.Object implements SecurityLevelTreeNode.Visitor
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
shouldVisit(SecurityLevelTreeNode node)
void
visit(SecurityLevelTreeNode node)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.inductiveautomation.ignition.designer.auth.tree.SecurityLevelTreeNode.Visitor
shouldContinue
-
-
-
-
Method Detail
-
shouldVisit
public boolean shouldVisit(@Nonnull SecurityLevelTreeNode node)
- Specified by:
shouldVisit
in interfaceSecurityLevelTreeNode.Visitor
-
visit
public void visit(@Nonnull SecurityLevelTreeNode node)
- Specified by:
visit
in interfaceSecurityLevelTreeNode.Visitor
-
-