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 theSheetCell
at 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 void
SheetRow. addCell(int index, SheetCell<T> cell)
Adds a cell at the specified index position in theSheetRow
void
SheetRow. addCell(SheetCell<T> cell)
Adds a cell at the end of theSheetRow
int
SheetCell. compareTo(SheetCell<T> o)
protected abstract boolean
ADataSheet. isCellEmpty(SheetCell<T> cell)
protected boolean
StringDataSheet. 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 void
SheetRow. setCells(List<SheetCell<T>> cells)
-