toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.notebook.impl
/
DisplayContainerImpl
Display
Container
Impl
class
DisplayContainerImpl
:
MutableDisplayContainer
Members
Constructors
Display
Container
Impl
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
open
override
fun
add
(
display
:
DisplayResultWrapper
)
open
override
fun
add
(
display
:
DisplayResult
,
cell
:
MutableCodeCell
)
get
All
Link copied to clipboard
open
override
fun
getAll
(
)
:
List
<
MutableDisplayResultWithCell
>
get
By
Id
Link copied to clipboard
open
override
fun
getById
(
id
:
String
?
)
:
List
<
MutableDisplayResultWithCell
>
update
Link copied to clipboard
open
override
fun
update
(
id
:
String
?
,
display
:
DisplayResult
)