Uses of Class
org.specrunner.util.xom.CellAdapter

Packages that use CellAdapter
org.specrunner.plugins.core.include   
org.specrunner.util.xom   
 

Uses of CellAdapter in org.specrunner.plugins.core.include
 

Methods in org.specrunner.plugins.core.include with parameters of type CellAdapter
protected  String PluginColumn.feature(CellAdapter h)
          Get a feature name.
 

Uses of CellAdapter in org.specrunner.util.xom
 

Fields in org.specrunner.util.xom with type parameters of type CellAdapter
protected  List<CellAdapter> TableAdapter.captions
          List of caption elements.
protected  List<CellAdapter> RowAdapter.cells
          List of row cells.
 

Methods in org.specrunner.util.xom that return CellAdapter
 CellAdapter RowAdapter.getCell(int i)
          Get cell at a given index.
 

Methods in org.specrunner.util.xom that return types with arguments of type CellAdapter
 List<CellAdapter> TableAdapter.getCaptions()
          Get captions list.
 List<CellAdapter> RowAdapter.getCells()
          List of cells.
 



Copyright © 2014. All rights reserved.