Uses of Interface
org.openl.rules.table.ICellComment
-
Packages that use ICellComment Package Description org.openl.excel.grid org.openl.excel.parser org.openl.excel.parser.event.style org.openl.excel.parser.sax org.openl.rules.table org.openl.rules.table.xls -
-
Uses of ICellComment in org.openl.excel.grid
Methods in org.openl.excel.grid that return ICellComment Modifier and Type Method Description ICellCommentParsedCell. getComment() -
Uses of ICellComment in org.openl.excel.parser
Methods in org.openl.excel.parser that return ICellComment Modifier and Type Method Description ICellCommentTableStyles. getComment(int row, int column) -
Uses of ICellComment in org.openl.excel.parser.event.style
Methods in org.openl.excel.parser.event.style that return ICellComment Modifier and Type Method Description ICellCommentEventTableStyles. getComment(int row, int column) -
Uses of ICellComment in org.openl.excel.parser.sax
Methods in org.openl.excel.parser.sax that return ICellComment Modifier and Type Method Description ICellCommentSAXTableStyles. getComment(int row, int column) -
Uses of ICellComment in org.openl.rules.table
Methods in org.openl.rules.table that return ICellComment Modifier and Type Method Description ICellCommentCompositeCell. getComment()ICellCommentEmptyCell. getComment()ICellCommentICell. getComment() -
Uses of ICellComment in org.openl.rules.table.xls
Classes in org.openl.rules.table.xls that implement ICellComment Modifier and Type Class Description classXlsCellCommentMethods in org.openl.rules.table.xls that return ICellComment Modifier and Type Method Description ICellCommentXlsCell. getComment()
-