Searched refs:m_newCellText (Results 1 – 2 of 2) sorted by relevance
55 private String m_newCellText; field in TableCellTextBinding65 m_newCellText = new String(); in TableCellTextBinding()112 synchronized( m_newCellText ) in setValue()114 m_newCellText = text; in setValue()154 synchronized ( m_newCellText ) in run()158 m_cellText.setString( m_newCellText ); in run()159 m_lastKnownCellText = m_newCellText; in run()
52 private String m_newCellText; field in TableCellTextBinding62 m_newCellText = new String(); in TableCellTextBinding()109 synchronized( m_newCellText ) in setValue()111 m_newCellText = text; in setValue()151 synchronized ( m_newCellText ) in run()155 m_cellText.setString( m_newCellText ); in run()156 m_lastKnownCellText = m_newCellText; in run()
Completed in 7 milliseconds