Lines Matching refs:maTree
60 maTree = null; in Canvas()
76 if (maTree != null) in setTree()
77 maTree.removeTreeSelectionListener (this); in setTree()
78 maTree = aTree; in setTree()
79 if (maTree != null) in setTree()
80 maTree.addTreeSelectionListener (this); in setTree()
355 maTree.expandPath (aObjectUnderMouse.getPath()); in mousePressed()
416 if (maTree != null) in highlightObject()
418 maTree.scrollPathToVisible (maActiveObject.getPath()); in highlightObject()
419 maTree.setSelectionPath (maActiveObject.getPath()); in highlightObject()
420 maTree.repaint (); in highlightObject()
465 maTree; field in Canvas