Uses of Class
de.xima.fc.gui.common.model.data.SheetCell
- 
Packages that use SheetCell Package Description de.xima.fc.gui.common.model.data  - 
- 
Uses of SheetCell in de.xima.fc.gui.common.model.data
Methods in de.xima.fc.gui.common.model.data that return SheetCell Modifier and Type Method Description SheetCell<T>SheetRow. get(int index)Gets theSheetCellat the specified index positionSheetCell<T>ADataSheet. getCell(int rowIndex, int colIndex)Methods in de.xima.fc.gui.common.model.data that return types with arguments of type SheetCell Modifier and Type Method Description List<SheetCell<T>>SheetRow. getCells()Iterator<SheetCell<T>>SheetRow. iterator()Methods in de.xima.fc.gui.common.model.data with parameters of type SheetCell Modifier and Type Method Description voidSheetRow. addCell(int index, SheetCell<T> cell)Adds a cell at the specified index position in theSheetRowvoidSheetRow. addCell(SheetCell<T> cell)Adds a cell at the end of theSheetRowintSheetCell. compareTo(SheetCell<T> o)protected abstract booleanADataSheet. isCellEmpty(SheetCell<T> cell)protected booleanStringDataSheet. isCellEmpty(SheetCell<String> cell)Method parameters in de.xima.fc.gui.common.model.data with type arguments of type SheetCell Modifier and Type Method Description voidSheetRow. setCells(List<SheetCell<T>> cells) 
 -