256257258259260261262
/** * Attaches the locator to the item. */ protected final void attachLocator(Item vtx) { if (_loc != null) vtx.setLocator(new SimpleLocator(_loc)); }