public class DidCloseNotebookDocumentParams
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
DidCloseNotebookDocumentParams() |
DidCloseNotebookDocumentParams(NotebookDocumentIdentifier notebookDocument,
java.util.List<TextDocumentIdentifier> cellTextDocuments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<TextDocumentIdentifier> |
getCellTextDocuments()
The text documents that represent the content
of a notebook cell that got closed.
|
NotebookDocumentIdentifier |
getNotebookDocument()
The notebook document that got closed.
|
int |
hashCode() |
void |
setCellTextDocuments(java.util.List<TextDocumentIdentifier> cellTextDocuments)
The text documents that represent the content
of a notebook cell that got closed.
|
void |
setNotebookDocument(NotebookDocumentIdentifier notebookDocument)
The notebook document that got closed.
|
java.lang.String |
toString() |
public DidCloseNotebookDocumentParams()
public DidCloseNotebookDocumentParams(NotebookDocumentIdentifier notebookDocument, java.util.List<TextDocumentIdentifier> cellTextDocuments)
@Pure public NotebookDocumentIdentifier getNotebookDocument()
public void setNotebookDocument(NotebookDocumentIdentifier notebookDocument)
@Pure public java.util.List<TextDocumentIdentifier> getCellTextDocuments()
public void setCellTextDocuments(java.util.List<TextDocumentIdentifier> cellTextDocuments)
@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