Lines Matching refs:apps_table
115 object:self.apps_table.window];
466 NSTableView * const apps_table = self.apps_table;
478 columns = [apps_table tableColumns];
483 [apps_table setDataSource:self];
484 [apps_table selectRowIndexes:[NSIndexSet indexSetWithIndex:0]
487 [[apps_table window] makeKeyAndOrderFront:sender];
488 [apps_table reloadData];
496 NSTableView * const apps_table = self.apps_table;
497 [apps_table deselectAll:sender]; /* flush edits? */
505 [[apps_table window] orderOut:sender];
514 NSTableView * const apps_table = self.apps_table;
516 int row = [apps_table selectedRow], i;
525 [apps_table deselectAll:sender];
535 [apps_table reloadData];
536 [apps_table selectRowIndexes:[NSIndexSet indexSetWithIndex:row]
543 NSTableView * const apps_table = self.apps_table;
544 int row = [apps_table selectedRow], i;
555 [apps_table deselectAll:sender];
561 [apps_table reloadData];
562 [apps_table selectRowIndexes:[NSIndexSet indexSetWithIndex:row +
569 NSTableView * const apps_table = self.apps_table;
570 int row = [apps_table selectedRow];
577 [apps_table deselectAll:sender];
582 [apps_table reloadData];
586 [apps_table selectRowIndexes:[NSIndexSet indexSetWithIndex:row]