Home
last modified time | relevance | path

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

/trunk/main/toolkit/test/accessibility/
H A DAccessibilityWorkBench.java187 maCanvas = new Canvas (); in Layout()
188 maCanvas.setTree (maAccessibilityTree.getComponent()); in Layout()
189 maAccessibilityTree.SetCanvas (maCanvas); in Layout()
190 JScrollPane aScrolledCanvas = new JScrollPane(maCanvas, in Layout()
335 aCBItem = new JCheckBoxMenuItem ("Show Descriptions", maCanvas.getShowDescriptions()); in CreateMenuBar()
339 aCBItem = new JCheckBoxMenuItem ("Show Names", maCanvas.getShowNames()); in CreateMenuBar()
343 aCBItem = new JCheckBoxMenuItem ("Show Text", maCanvas.getShowText()); in CreateMenuBar()
347 aCBItem = new JCheckBoxMenuItem ("Antialiased Rendering", maCanvas.getAntialiasing()); in CreateMenuBar()
383 maCanvas.clear(); in initialize()
388 aModel.setCanvas (maCanvas); in initialize()
[all …]
H A DAccessibilityTreeModel.java112 if (maCanvas != null) in setRoot()
113 maCanvas.removeNode (aNode); in setRoot()
207 maCanvas.repaint (); in removeNode()
249 if (maCanvas != null) in addChild()
250 maCanvas.updateNode ((AccTreeNode)aParentNode); in addChild()
262 maCanvas.repaint (); in addChild()
283 if (maCanvas != null) in addNode()
284 maCanvas.addNode (aChild); in addNode()
480 maCanvas = aCanvas; in setCanvas()
485 return maCanvas; in getCanvas()
[all …]
H A DAccessibilityTree.java114 maCanvas = aCanvas; in SetCanvas()
115 ((AccessibilityTreeModel)maTree.getModel()).setCanvas (maCanvas); in SetCanvas()
393 maCanvas; field in AccessibilityTree
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java206 maCanvas = new Canvas (); in Layout()
207 maCanvas.SetTree (maTree); in Layout()
208 JScrollPane aScrolledCanvas = new JScrollPane(maCanvas, in Layout()
409 maCanvas.SetTree (maTree); in Initialize()
486 maCanvas.repaint(); in actionPerformed()
492 maCanvas.repaint(); in actionPerformed()
498 maCanvas.repaint(); in actionPerformed()
504 maCanvas.repaint(); in actionPerformed()
523 maCanvas.repaint(); in actionPerformed()
528 maCanvas.repaint(); in actionPerformed()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java41 maCanvas = aCanvas; in MouseObserver()
42 maCanvas.addMouseListener (this); in MouseObserver()
43 maCanvas.addMouseMotionListener (this); in MouseObserver()
86 maCanvas.HighlightObject (FindCanvasShapeUnderMouse (e)); in mouseMoved()
95 Iterator maShapeIterator = maCanvas.GetShapeIterator(); in FindCanvasShapeUnderMouse()
123 private Canvas maCanvas; field in MouseObserver
H A DShapeContainer.java49 maCanvas = aCanvas; in ShapeContainer()
85 aShape = new CanvasShape (aNode, maCanvas); in AddNode()
98 maCanvas.repaint(); in AddNode()
118 maCanvas.SelectObject (null); in RemoveNode()
119 maCanvas.repaint (); in RemoveNode()
231 private Canvas maCanvas; field in ShapeContainer
H A DCanvasShape.java62 maCanvas = aCanvas; in CanvasShape()
357 maCanvas.repaint(); in notifyEvent()
380 maCanvas; field in CanvasShape