Interface TreeCustomNodeText

All Known Implementing Classes:
BTreeOnHeap, Folder, NodeSubnodeBTree, PagedBTree, SubnodeBTree

public interface TreeCustomNodeText
The TreeCustomNodeText interface provides a library-specific mechanism for obtaining tree node text.
  • Method Summary

    Modifier and Type Method Description
    String getNodeText​(Object node)
    Obtain text suitable for display in a JTree node.
  • Method Details

    • getNodeText

      String getNodeText​(Object node)
      Obtain text suitable for display in a JTree node.
      Parameters:
      node - The node object to obtain display text for.
      Returns:
      A short text description of the node suitable for display in a JTree.
      See Also:
      TreeCustomNodeText