Class MatrixCellView.ReadonlyCellView
- java.lang.Object
 - 
- com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView
 - 
- com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView.EditableCellView
 - 
- com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView.ReadonlyCellView
 
 
 
 
- 
- Enclosing class:
 - MatrixCellView
 
private static class MatrixCellView.ReadonlyCellView extends MatrixCellView.EditableCellView
Specific view implementation for displaying Read Only empty cell 
- 
- 
Field Summary
- 
Fields inherited from class com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView
EMPTY_EDITABLE, EMPTY_READONLY, NULL_CELL 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ReadonlyCellView()Creates new cell view 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEditable()- 
Methods inherited from class com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView.EditableCellView
getIcon 
- 
Methods inherited from class com.nomagic.magicdraw.dependencymatrix.datamodel.cell.MatrixCellView
getCell, getToolTipText, setToolTipText 
 - 
 
 - 
 
- 
- 
Method Detail
- 
isEditable
public boolean isEditable()
- Overrides:
 isEditablein classMatrixCellView.EditableCellView- Returns:
 - is cell editable
 
 
 - 
 
 -