function shouldHighlightRow($lineData, $subMenu) {
		return ($subMenu || $this->isMyDir($lineData[0])) && $lineData[1] == $this->getType();
	}