Interface TreeViewModel


  • public interface TreeViewModel
    A model of a tree.
    • Method Detail

      • isLeaf

        boolean isLeaf​(java.lang.Object value)
        Check if the value is known to be a leaf node.
        Parameters:
        value - the value at the node
        Returns:
        true if the node is known to be a leaf node, false otherwise