Searched refs:m_lastKnownCellText (Results 1 – 2 of 2) sorted by relevance
56 private String m_lastKnownCellText; field in TableCellTextBinding159 m_lastKnownCellText = m_newCellText; in run()166 if ( !currentCellText.equals( m_lastKnownCellText ) ) in run()168 m_lastKnownCellText = currentCellText; in run()
53 private String m_lastKnownCellText; field in TableCellTextBinding156 m_lastKnownCellText = m_newCellText; in run()163 if ( !currentCellText.equals( m_lastKnownCellText ) ) in run()165 m_lastKnownCellText = currentCellText; in run()
Completed in 7 milliseconds