Home
last modified time | relevance | path

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

/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DParentView.java65 maValidLabel = aLayout.AddLabeledEntry ("Parent/Child relationship valid: "); in ParentView()
75 maValidLabel.setText ("<null object>"); in Update()
95 maValidLabel.setText ("yes"); in Update()
98 maValidLabel.setText ("no"); in Update()
99 maValidLabel.setBackground (GetContainer().GetErrorColor()); in Update()
104 maValidLabel.setText ("no: invalid index in parent"); in Update()
105 maValidLabel.setBackground (GetContainer().GetErrorColor()); in Update()
110 maValidLabel.setText ("no: parent has no context"); in Update()
111 maValidLabel.setBackground (GetContainer().GetErrorColor()); in Update()
141 maValidLabel, field in ParentView

Completed in 8 milliseconds