Interface DependencyMatrixSelection.CellDescriptor
-
- Enclosing interface:
- DependencyMatrixSelection
public static interface DependencyMatrixSelection.CellDescriptor
Describes cell.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementNode
getColumn()
Returns column of the cell.ElementNode
getRow()
Returns row of the cell.
-
-
-
Method Detail
-
getRow
ElementNode getRow()
Returns row of the cell.
-
getColumn
ElementNode getColumn()
Returns column of the cell.
-
-