Uses of Class
de.xima.fc.gui.common.model.data.SheetCell
Packages that use SheetCell
-
Uses of SheetCell in de.xima.fc.gui.common.model.data
Classes in de.xima.fc.gui.common.model.data that implement interfaces with type arguments of type SheetCellModifier and TypeClassDescriptionclassSheetCell<T extends Comparable<T>>classSheetRow<T extends Comparable<T>>Methods in de.xima.fc.gui.common.model.data that return SheetCellModifier and TypeMethodDescriptionSheetRow.get(int index) Gets theSheetCellat the specified index positionADataSheet.getCell(int rowIndex, int colIndex) Methods in de.xima.fc.gui.common.model.data that return types with arguments of type SheetCellMethods in de.xima.fc.gui.common.model.data with parameters of type SheetCellModifier and TypeMethodDescriptionvoidAdds a cell at the specified index position in theSheetRowvoidAdds a cell at the end of theSheetRowintprotected 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