Home
last modified time | relevance | path

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

/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DSelectionView.java104 maTypeLabel = new JLabel (); in Layout()
105 maTypeLabel.setFont (maContainer.GetViewFont()); in Layout()
106 add (maTypeLabel, aConstraints); in Layout()
167 maTypeLabel.setText ("multi selectable"); in Update()
171 maTypeLabel.setText ("single selectable"); in Update()
262 private JLabel maTypeLabel; field in SelectionView
/aoo4110/main/toolkit/test/accessibility/ov/
H A DSelectionView.java101 maTypeLabel = new JLabel (); in Layout()
102 add (maTypeLabel, aConstraints); in Layout()
160 maTypeLabel.setText ("multi selectable"); in Update()
164 maTypeLabel.setText ("single selectable"); in Update()
250 private JLabel maTypeLabel; field in SelectionView

Completed in 17 milliseconds