public class NotebookDocumentChangeEventCells
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
NotebookDocumentChangeEventCells() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<NotebookCell> |
getData()
Changes to notebook cells properties like its
kind, execution summary or metadata.
|
NotebookDocumentChangeEventCellStructure |
getStructure()
Changes to the cell structure to add or
remove cells.
|
java.util.List<NotebookDocumentChangeEventCellTextContent> |
getTextContent()
Changes to the text content of notebook cells.
|
int |
hashCode() |
void |
setData(java.util.List<NotebookCell> data)
Changes to notebook cells properties like its
kind, execution summary or metadata.
|
void |
setStructure(NotebookDocumentChangeEventCellStructure structure)
Changes to the cell structure to add or
remove cells.
|
void |
setTextContent(java.util.List<NotebookDocumentChangeEventCellTextContent> textContent)
Changes to the text content of notebook cells.
|
java.lang.String |
toString() |
@Pure public NotebookDocumentChangeEventCellStructure getStructure()
public void setStructure(NotebookDocumentChangeEventCellStructure structure)
@Pure public java.util.List<NotebookCell> getData()
public void setData(java.util.List<NotebookCell> data)
@Pure public java.util.List<NotebookDocumentChangeEventCellTextContent> getTextContent()
public void setTextContent(java.util.List<NotebookDocumentChangeEventCellTextContent> textContent)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object