Interface TreeUtils.FilterStringResolver<E>

  • Enclosing class:
    TreeUtils

    public static interface TreeUtils.FilterStringResolver<E>
    Used by TreeUtils.FilteredTreeModel to determine the string representation of a treenode that should be used for filtering.
    • Method Detail

      • getStringRepresentation

        java.lang.String getStringRepresentation​(E node)