Search this API

y.view.hierarchy
Interface HierarchyManager.NodeVisitor

Enclosing class:
HierarchyManager

public static interface HierarchyManager.NodeVisitor

Callback interface that allows to perform some action when nodes within the hierarchy get visited in a certain order.

 
Your browser does not support SVG content.

Method Summary
 void visitNode(Node v)
          This method will be invoked when the given node gets visited.
 

Method Detail

visitNode

void visitNode(Node v)
This method will be invoked when the given node gets visited.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.