Class MatrixCellView
java.lang.Object
com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView
Represents one cell element in the matrix
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatrixCellViewDisplay empty but editable cellstatic final MatrixCellViewDeprecated.static final MatrixCellViewDeprecated.useEMPTY_CELLstatic final MatrixCellViewStatic value to represent null valued cell view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCell()getIcon()Returns representation icon for this cellbooleanvoidsetToolTipText(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