public final class MatrixContextWidget.ContextCell extends Cell<MatrixContextWidget.ContextCell,MatrixContextWidget.ContextPane>
Cell.CellContentPane, Cell.CellCoordinates, Cell.CellInteractionPane, Cell.MouseEventType
animate, CELL_COORDINATES_DATA_FORMAT, cellPane, contentCoordinates, contentPane, dehighlightColor, gridCoordinates, height, highlight, id, interactionPane, opacity, scrollDeltaCoordinatesQueue, snapToCoordinates, textContent, textSize, textStyle, width
Modifier and Type | Method and Description |
---|---|
void |
updateContent()
Abstract method to update textual content (and possibly other properties) based on e.g.
|
dispose, equals, getContentPane, getInteractionPane, hashCode, resetGridPosition, toFront
public final void updateContent()
Cell
this.contentCoordinates.get()
. Just call this.textContent.set(String)
within the
implementation body to update the text.updateContent
in class Cell<MatrixContextWidget.ContextCell,MatrixContextWidget.ContextPane>
Copyright © 2010–2023 Francesco Kriegel. All rights reserved.