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