public class NotebookDocumentChangeEventCellStructure
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
NotebookDocumentChangeEventCellStructure() |
NotebookDocumentChangeEventCellStructure(NotebookCellArrayChange array) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NotebookCellArrayChange |
getArray()
The change to the cell array.
|
java.util.List<TextDocumentIdentifier> |
getDidClose()
Additional closed cell text documents.
|
java.util.List<TextDocumentItem> |
getDidOpen()
Additional opened cell text documents.
|
int |
hashCode() |
void |
setArray(NotebookCellArrayChange array)
The change to the cell array.
|
void |
setDidClose(java.util.List<TextDocumentIdentifier> didClose)
Additional closed cell text documents.
|
void |
setDidOpen(java.util.List<TextDocumentItem> didOpen)
Additional opened cell text documents.
|
java.lang.String |
toString() |
public NotebookDocumentChangeEventCellStructure()
public NotebookDocumentChangeEventCellStructure(NotebookCellArrayChange array)
@Pure public NotebookCellArrayChange getArray()
public void setArray(NotebookCellArrayChange array)
@Pure public java.util.List<TextDocumentItem> getDidOpen()
public void setDidOpen(java.util.List<TextDocumentItem> didOpen)
@Pure public java.util.List<TextDocumentIdentifier> getDidClose()
public void setDidClose(java.util.List<TextDocumentIdentifier> didClose)
@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