Searched refs:nextRow (Results 1 – 2 of 2) sorted by relevance
131 private int nextRow; field in ScriptPanel.ScriptTableModel138 nextRow = entries.length; in ScriptTableModel()155 fireTableRowsInserted(nextRow, nextRow); in add()156 nextRow++; in add()162 nextRow--; in remove()167 fireTableRowsDeleted(0, nextRow); in removeAll()168 nextRow = 0; in removeAll()
1736 int nextRow = getRowSelectedNumber(m_aSelectedRows, m_nCurRow-1); in dispatchAction() local1745 if(nextRow>-1 && m_aSelectedRows[nextRow] == m_nCurRow) in dispatchAction()1819 int nextRow = getRowSelectedNumber(m_aSelectedRows, m_nCurRow+1); in dispatchAction() local1828 if(nextRow>-1 && m_aSelectedRows[nextRow] == m_nCurRow) in dispatchAction()
Completed in 38 milliseconds