public class NotebookCellArrayChange
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
NotebookCellArrayChange() |
NotebookCellArrayChange(int start,
int deleteCount) |
NotebookCellArrayChange(int start,
int deleteCount,
java.util.List<NotebookCell> cells) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<NotebookCell> |
getCells()
The new cells, if any
|
int |
getDeleteCount()
The deleted cells
|
int |
getStart()
The start offset of the cell that changed.
|
int |
hashCode() |
void |
setCells(java.util.List<NotebookCell> cells)
The new cells, if any
|
void |
setDeleteCount(int deleteCount)
The deleted cells
|
void |
setStart(int start)
The start offset of the cell that changed.
|
java.lang.String |
toString() |
public NotebookCellArrayChange()
public NotebookCellArrayChange(int start,
int deleteCount)
public NotebookCellArrayChange(int start,
int deleteCount,
java.util.List<NotebookCell> cells)
@Pure public int getStart()
public void setStart(int start)
@Pure public int getDeleteCount()
public void setDeleteCount(int deleteCount)
@Pure public java.util.List<NotebookCell> getCells()
public void setCells(java.util.List<NotebookCell> cells)
@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