Home
last modified time | relevance | path

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

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DParentView.java66 maChildrenLabel = aLayout.AddLabeledEntry ("Child count: "); in ParentView()
76 maChildrenLabel.setText ("<null object>"); in Update()
116 maChildrenLabel.setText (Integer.toString(mxContext.getAccessibleChildCount())); in Update()
142 maChildrenLabel; field in ParentView