Interface IsTreeItem

  • All Known Implementing Classes:
    TreeItem

    public interface IsTreeItem
    Extended by objects which have underlying TreeItem. Provides access to that item, if it exists, without compromising the ability to provide a mock object instance in JRE unit tests.
    • Method Detail

      • asTreeItem

        TreeItem asTreeItem()
        Returns the TreeItem aspect of the receiver.