Interface EntityTreeItems<E>

All Superinterfaces:
DataUnit, EntityDataUnit, TreeItems<E>
All Known Implementing Classes:
ContainerTreeItems

public interface EntityTreeItems<E> extends TreeItems<E>, EntityDataUnit
  • Method Details

    • getSelectedItem

      @Nullable E getSelectedItem()
      Returns:
      the current item contained in the source
    • setSelectedItem

      void setSelectedItem(@Nullable E item)
      Set current item in the source.
      Parameters:
      item - the item to set