Class MatrixCellView
java.lang.Object
com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView
Represents one cell element in the matrix
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatrixCellView
Display empty but editable cellstatic final MatrixCellView
Deprecated.static final MatrixCellView
Deprecated.useEMPTY_CELL
static final MatrixCellView
Static value to represent null valued cell view -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCell()
getIcon()
Returns representation icon for this cellboolean
void
setToolTipText
(String text) Sets tooltip text describing the content of the cell
-
Field Details
-
NULL_CELL
Static value to represent null valued cell view -
EMPTY_CELL
Display empty but editable cell -
EMPTY_EDITABLE
Deprecated.useEMPTY_CELL
-
EMPTY_READONLY
Deprecated.useEMPTY_CELL
-
-
Constructor Details
-
MatrixCellView
Creates new cell view- Parameters:
cell
- matrix cell
-
-
Method Details
-
getCell
- Returns:
- matrix cell.
-
isEditable
public boolean isEditable()- Returns:
- is cell editable
-
getIcon
Returns representation icon for this cell- Returns:
- cell representation icon
-
getToolTipText
- Returns:
- tooltip text describing the content of the cell
-
setToolTipText
Sets tooltip text describing the content of the cell
-
EMPTY_CELL