Interface IContentProvider<T>

    • Method Detail

      • getElements

        List<T> getElements​(Object input)
        Returns elements to display in viewer.
        Parameters:
        input - - object to get elements. Cannot be null.
        Returns:
        elements to display in viewer. Cannot return null.
      • dispose

        default void dispose()
        Disposes of this content provider. If content provider attached to some viewer, it will automatically disposed on viewer dispose.
        Default implementation does nothing