Class NotebookDocumentChangeEventCellStructure


  • public class NotebookDocumentChangeEventCellStructure
    extends java.lang.Object
    Changes to the cell structure to add or remove cells.

    Since 3.17.0

    • Constructor Detail

      • NotebookDocumentChangeEventCellStructure

        public NotebookDocumentChangeEventCellStructure()
      • NotebookDocumentChangeEventCellStructure

        public NotebookDocumentChangeEventCellStructure​(NotebookCellArrayChange array)
    • Method Detail

      • getDidOpen

        public java.util.List<TextDocumentItem> getDidOpen()
        Additional opened cell text documents.
      • setDidOpen

        public void setDidOpen​(java.util.List<TextDocumentItem> didOpen)
        Additional opened cell text documents.
      • getDidClose

        public java.util.List<TextDocumentIdentifier> getDidClose()
        Additional closed cell text documents.
      • setDidClose

        public void setDidClose​(java.util.List<TextDocumentIdentifier> didClose)
        Additional closed cell text documents.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object