Home
last modified time | relevance | path

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

/trunk/main/toolkit/test/accessibility/
H A DCanvas.java92 CanvasShape aObject = (CanvasShape) maObjects.get (aNode); in addNode()
95 aObject = new CanvasShape (aNode); in addNode()
128 CanvasShape aObject = (CanvasShape)maObjects.get(aNode); in updateNode()
136 CanvasShape aObject = (CanvasShape)maObjects.get(aNode); in updateNodeGeometry()
245 CanvasShape aCanvasShape = (CanvasShape)maObjectList.elementAt(i); in paintComponent()
388 protected CanvasShape FindCanvasShapeUnderMouse (MouseEvent e) in FindCanvasShapeUnderMouse()
391 CanvasShape aObjectUnderMouse = null; in FindCanvasShapeUnderMouse()
395 CanvasShape aObject = (CanvasShape)maObjectList.elementAt(i); in FindCanvasShapeUnderMouse()
406 protected boolean highlightObject (CanvasShape aNewActiveObject) in highlightObject()
440 CanvasShape aCanvasShape = (CanvasShape)maObjects.get ((AccTreeNode)aObject); in valueChanged()
[all …]
H A DCanvasShape.java38 class CanvasShape class
45 public CanvasShape (AccTreeNode aNode) in CanvasShape() method in CanvasShape
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java82 CanvasShape aShape = (CanvasShape)maShapeList.get (aNode); in AddNode()
85 aShape = new CanvasShape (aNode, maCanvas); in AddNode()
111 CanvasShape aShape = (CanvasShape)maShapeList.get (aNode); in RemoveNode()
145 public CanvasShape Get (TreeNode aNode) in Get()
148 return (CanvasShape)maShapeList.get (aNode); in Get()
H A DMouseObserver.java57 CanvasShape aObjectUnderMouse = FindCanvasShapeUnderMouse (e); in mousePressed()
92 protected CanvasShape FindCanvasShapeUnderMouse (MouseEvent e) in FindCanvasShapeUnderMouse()
96 CanvasShape aShapeUnderMouse = null; in FindCanvasShapeUnderMouse()
99 CanvasShape aShape = (CanvasShape)maShapeIterator.next(); in FindCanvasShapeUnderMouse()
H A DCanvas.java147 CanvasShape aCanvasShape = in paintComponent()
148 (CanvasShape)aShapeIterator.next(); in paintComponent()
261 protected boolean HighlightObject (CanvasShape aNewActiveObject) in HighlightObject()
297 CanvasShape aCanvasShape = maShapeList.Get (aNode); in SelectObject()
312 private CanvasShape maActiveObject;
H A DCanvasShape.java42 class CanvasShape implements XAccessibleEventListener class
48 public CanvasShape (javax.swing.tree.TreeNode aNode, Canvas aCanvas) in CanvasShape() method in CanvasShape
H A Dmakefile.common24 CanvasShape.java \

Completed in 32 milliseconds