-
public interface DisplayContainer
Container that holds all notebook display results
-
-
Method Summary
Modifier and Type Method Description abstract List<DisplayResultWithCell>
getAll()
abstract List<DisplayResultWithCell>
getById(String id)
-
-
Method Detail
-
getAll
abstract List<DisplayResultWithCell> getAll()
-
getById
abstract List<DisplayResultWithCell> getById(String id)
-
-
-
-