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