Lines Matching refs:getSource

1049         scroller.scrollToComponentRectangle(getSource(),
1106 return (JPopupMenuOperator.callPopup(getSource(),
1126 getTableCellRendererComponent((JTable) getSource(),
1217 TableModel model = ((JTable) getSource()).getModel();
1233 columns[j] = ((JTable) getSource()).getColumnName(j);
1236 int[] selColNums = ((JTable) getSource()).getSelectedColumns();
1242 int[] selRowNums = ((JTable) getSource()).getSelectedRows();
1262 ((JTable) getSource()).addColumn(tableColumn);
1274 ((JTable) getSource()).addColumnSelectionInterval(i, i1);
1286 ((JTable) getSource()).addRowSelectionInterval(i, i1);
1298 ((JTable) getSource()).clearSelection();
1310 ((JTable) getSource()).columnAdded(tableColumnModelEvent);
1322 return ((JTable) getSource()).columnAtPoint(point);
1334 ((JTable) getSource()).columnMarginChanged(changeEvent);
1346 ((JTable) getSource()).columnMoved(tableColumnModelEvent);
1358 ((JTable) getSource()).columnRemoved(tableColumnModelEvent);
1371 ((JTable) getSource()).columnSelectionChanged(listSelectionEvent);
1383 return ((JTable) getSource()).convertColumnIndexToModel(i);
1395 return ((JTable) getSource()).convertColumnIndexToView(i);
1407 ((JTable) getSource()).createDefaultColumnsFromModel();
1419 return ((JTable) getSource()).editCellAt(i, i1);
1431 return ((JTable) getSource()).editCellAt(i, i1, eventObject);
1443 ((JTable) getSource()).editingCanceled(changeEvent);
1455 ((JTable) getSource()).editingStopped(changeEvent);
1467 return ((JTable) getSource()).getAutoCreateColumnsFromModel();
1479 return ((JTable) getSource()).getAutoResizeMode();
1491 return ((JTable) getSource()).getCellEditor();
1503 return ((JTable) getSource()).getCellEditor(i, i1);
1515 return ((JTable) getSource()).getCellRect(i, i1, b);
1527 return ((JTable) getSource()).getCellRenderer(i, i1);
1539 return ((JTable) getSource()).getCellSelectionEnabled();
1551 return ((JTable) getSource()).getColumn(object);
1563 return ((JTable) getSource()).getColumnClass(i);
1575 return ((JTable) getSource()).getColumnCount();
1587 return ((JTable) getSource()).getColumnModel();
1599 return ((JTable) getSource()).getColumnName(i);
1611 return ((JTable) getSource()).getColumnSelectionAllowed();
1623 return ((JTable) getSource()).getDefaultEditor(clss);
1635 return ((JTable) getSource()).getDefaultRenderer(clss);
1647 return ((JTable) getSource()).getEditingColumn();
1659 return ((JTable) getSource()).getEditingRow();
1671 return ((JTable) getSource()).getEditorComponent();
1683 return ((JTable) getSource()).getGridColor();
1695 return ((JTable) getSource()).getIntercellSpacing();
1707 return ((JTable) getSource()).getModel();
1719 return ((JTable) getSource()).getPreferredScrollableViewportSize();
1731 return ((JTable) getSource()).getRowCount();
1743 return ((JTable) getSource()).getRowHeight();
1755 return ((JTable) getSource()).getRowMargin();
1767 return ((JTable) getSource()).getRowSelectionAllowed();
1780 return ((JTable) getSource()).getScrollableBlockIncrement(rectangle, i, i1);
1792 return ((JTable) getSource()).getScrollableTracksViewportHeight();
1804 return ((JTable) getSource()).getScrollableTracksViewportWidth();
1817 return ((JTable) getSource()).getScrollableUnitIncrement(rectangle, i, i1);
1829 return ((JTable) getSource()).getSelectedColumn();
1841 return ((JTable) getSource()).getSelectedColumnCount();
1853 return ((JTable) getSource()).getSelectedColumns();
1865 return ((JTable) getSource()).getSelectedRow();
1877 return ((JTable) getSource()).getSelectedRowCount();
1889 return ((JTable) getSource()).getSelectedRows();
1901 return ((JTable) getSource()).getSelectionBackground();
1913 return ((JTable) getSource()).getSelectionForeground();
1925 return ((JTable) getSource()).getSelectionModel();
1937 return ((JTable) getSource()).getShowHorizontalLines();
1949 return ((JTable) getSource()).getShowVerticalLines();
1961 return ((JTable) getSource()).getTableHeader();
1973 return ((JTable) getSource()).getUI();
1985 return ((JTable) getSource()).getValueAt(i, i1);
1997 return ((JTable) getSource()).isCellEditable(i, i1);
2009 return ((JTable) getSource()).isCellSelected(i, i1);
2021 return ((JTable) getSource()).isColumnSelected(i);
2033 return ((JTable) getSource()).isEditing();
2045 return ((JTable) getSource()).isRowSelected(i);
2057 ((JTable) getSource()).moveColumn(i, i1);
2069 return ((JTable) getSource()).prepareEditor(tableCellEditor, i, i1);
2082 return ((JTable) getSource()).prepareRenderer(tableCellRenderer, i, i1);
2094 ((JTable) getSource()).removeColumn(tableColumn);
2106 ((JTable) getSource()).removeColumnSelectionInterval(i, i1);
2118 ((JTable) getSource()).removeEditor();
2130 ((JTable) getSource()).removeRowSelectionInterval(i, i1);
2142 return ((JTable) getSource()).rowAtPoint(point);
2154 ((JTable) getSource()).selectAll();
2166 ((JTable) getSource()).setAutoCreateColumnsFromModel(b);
2178 ((JTable) getSource()).setAutoResizeMode(i);
2190 ((JTable) getSource()).setCellEditor(tableCellEditor);
2202 ((JTable) getSource()).setCellSelectionEnabled(b);
2214 ((JTable) getSource()).setColumnModel(tableColumnModel);
2226 ((JTable) getSource()).setColumnSelectionAllowed(b);
2238 ((JTable) getSource()).setColumnSelectionInterval(i, i1);
2250 ((JTable) getSource()).setDefaultEditor(clss, tableCellEditor);
2263 ((JTable) getSource()).setDefaultRenderer(clss, tableCellRenderer);
2275 ((JTable) getSource()).setEditingColumn(i);
2287 ((JTable) getSource()).setEditingRow(i);
2299 ((JTable) getSource()).setGridColor(color);
2311 ((JTable) getSource()).setIntercellSpacing(dimension);
2323 ((JTable) getSource()).setModel(tableModel);
2336 ((JTable) getSource()).setPreferredScrollableViewportSize(dimension);
2348 ((JTable) getSource()).setRowHeight(i);
2360 ((JTable) getSource()).setRowMargin(i);
2372 ((JTable) getSource()).setRowSelectionAllowed(b);
2384 ((JTable) getSource()).setRowSelectionInterval(i, i1);
2396 ((JTable) getSource()).setSelectionBackground(color);
2408 ((JTable) getSource()).setSelectionForeground(color);
2420 ((JTable) getSource()).setSelectionMode(i);
2432 ((JTable) getSource()).setSelectionModel(listSelectionModel);
2444 ((JTable) getSource()).setShowGrid(b);
2456 ((JTable) getSource()).setShowHorizontalLines(b);
2468 ((JTable) getSource()).setShowVerticalLines(b);
2480 ((JTable) getSource()).setTableHeader(jTableHeader);
2492 ((JTable) getSource()).setUI(tableUI);
2504 ((JTable) getSource()).setValueAt(object, i, i1);
2516 ((JTable) getSource()).tableChanged(tableModelEvent);
2528 ((JTable) getSource()).valueChanged(listSelectionEvent);
2574 Object value = ((JTable) oper.getSource()).getModel().getValueAt(row, column);