com.togethersoft.openapi.modelnavigator
Interface NavigatorComparator


public interface NavigatorComparator
extends Comparator

Class implementing this interface is used as Comparator
for nodes sorting. It should implement compare and equals
methods of it's base interface. NavigatorTreeNode objects are passed
as parameters to these methods.

Author:
TogetherSoft

Method Summary
 booleanisApplicable(NavigatorTreeNode parentNode)
          Method should return true if comparator is applicable for
sorting children of parent node.

Methods inherited from interface java.util.Comparator
compare, equals

Method Detail

isApplicable

public boolean isApplicable(NavigatorTreeNode parentNode)
Method should return true if comparator is applicable for
sorting children of parent node.
Parameters:
parentNode Parent node