Lines Matching refs:msTextContent
76 msTextContent = new String (); in setAccessibleObject()
85 maText.setText (msTextContent); in setAccessibleObject()
104 msTextContent += sIndentation + "Description: " in showContextInfo()
127 msTextContent += sIndentation + "States : "; in showStates()
131 msTextContent += ", "; in showStates()
132 msTextContent += NameProvider.getStateName(aStates[i]); in showStates()
134 msTextContent += "\n"; in showStates()
153 msTextContent += sIndentation + "Position : " in showComponentInfo()
157 msTextContent += sIndentation + "Size : " in showComponentInfo()
202 msTextContent += sIndentation + sParentName + "\n"; in showParents()
218 private String msTextContent = new String (); field in TextualDisplay