//------------------------------------------------------------------------------------------------- // public methods //------------------------------------------------------------------------------------------------- public void clearSelection() { //clear the hud of parts relating to the selected entity mSideBar.clearSelection(); if (mPopMenu.isActive()) { mPopMenu.setActive(false); } }