Searched refs:lineNumCell (Results 1 – 1 of 1) sorted by relevance
1166 final HTMLTable.ICell lineNumCell = srcline.newCell (); in embedSrcFile() local1167 lineNumCell.setClass (CSS_LINENUM); in embedSrcFile()1182 lineNumCell.add (a); in embedSrcFile()1186 lineNumCell.setText (Integer.toString (l), true); in embedSrcFile()1191 lineNumCell.setText (Integer.toString (l), true); in embedSrcFile()1242 … lineNumCell.getAttributes ().set (Attribute.TITLE, tooltipBuffer.toString ()); in embedSrcFile()