Interface IStructuredContentProvider

    • Method Detail

      • getElements

        Object[] getElements​(Object inputElement)
        Returns the elements to display in the viewer when its input is set to the given element. These elements can be presented as rows in a table, items in a list, etc. The result is not modified by the viewer.
        Parameters:
        inputElement - the input element
        Returns:
        the array of elements to display in the viewer