Home
last modified time | relevance | path

Searched refs:m_newCellText (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java55 private String m_newCellText; field in TableCellTextBinding
65 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()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java52 private String m_newCellText; field in TableCellTextBinding
62 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