Searched refs:getColumn (Results 1 – 10 of 10) sorted by relevance
143 columnMatches.add(new GridMatch(SegmentType.LEFT, 0, x1, mGrid.getColumn(x1), in computeMatches()178 int column = mGrid.getColumn(x1); in computeMatches()359 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine; in addColumnGapMatch()373 int columnRight = mGrid.getColumn(x1 - SHORT_GAP_DP); in addColumnGapMatch()378 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine; in addColumnGapMatch()384 columnRight = mGrid.getColumn(x1); in addColumnGapMatch()404 boolean createCell = mGrid.getColumnX(mGrid.getColumn(matchedLine)) != matchedLine; in addColumnGapMatch()554 column = mGrid.getColumn(startX); in handleFreeFormDrop()572 int endColumn = mGrid.getColumn(endX); in handleFreeFormDrop()
1327 public int getColumn(int x) { in getColumn() method in GridModel
180 TableColumn keyColumn = keyViewerColumn.getColumn(); in createDialogArea()184 TableColumn defaultColumn = defaultViewerColumn.getColumn(); in createDialogArea()188 TableColumn translationColumn = translationViewerColumn.getColumn(); in createDialogArea()312 TableColumn column = mTable.getColumn(i); in updateColumnWidths()316 TableColumn column = mTable.getColumn(DEFAULT_TRANSLATION_COLUMN); in updateColumnWidths()318 column = mTable.getColumn(NEW_TRANSLATION_COLUMN); in updateColumnWidths()
190 tvc.getColumn().setText(STATS_TABLE_PROPERTIES[i]); in createFrameStatisticsPart()192 tvc.getColumn().setAlignment(STATS_TABLE_COL_ALIGNMENT[i]); in createFrameStatisticsPart()193 tvc.getColumn().addSelectionListener(columnSelectionListener); in createFrameStatisticsPart()206 table.getColumn(i).setWidth((int) (w * STATS_TABLE_COLWIDTH_RATIOS[i])); in createFrameStatisticsPart()
138 TableColumn dirColumn = dirViewerColumn.getColumn(); in createControl()142 TableColumn nameColumn = nameViewerColumn.getColumn(); in createControl()189 TableColumn column = mTable.getColumn(i); in updateColumnWidths()193 mTable.getColumn(0).setWidth(availableWidth); in updateColumnWidths()
541 TreeColumn column = tvc.getColumn(); in createFrameTraceView()548 column = tvc.getColumn(); in createFrameTraceView()556 column = tvc.getColumn(); in createFrameTraceView()573 mFrameTreeViewer.getTree().getColumn(2).setWidth(100); in createFrameTraceView()574 mFrameTreeViewer.getTree().getColumn(1).setWidth(100); in createFrameTraceView()575 mFrameTreeViewer.getTree().getColumn(0).setWidth(w - 200); in createFrameTraceView()
435 int startColumn = grid.getColumn(state.bounds.x); in paintResizeFeedback()436 int endColumn = grid.getColumn(state.bounds.x2()); in paintResizeFeedback()565 int startColumn = grid.getColumn(state.bounds.x); in computeResizeSpans()566 int endColumn = grid.getColumn(state.bounds.x2()); in computeResizeSpans()
222 TreeColumn column = mTree.getColumn(i); in updateColumnWidths()226 mTree.getColumn(0).setWidth(availableWidth); in updateColumnWidths()630 TreeColumn treeColumn = mTree.getColumn(i); in saveState()656 treeColumn = viewerColumn.getColumn(); in createColumns()
344 int column = view.getColumn(); in assignCellAttributes()553 public int getColumn() { in getColumn() method in GridLayoutConverter.View667 int column = view.getColumn(); in computeColumnCount()
211 mIdColumn = column1.getColumn(); in createContents()216 mNameColumn = column2.getColumn(); in createContents()