74757677787980818283
} private SubChild getSelectedSubChild(){ if(_selection instanceof TreeSelection){ SubChild selectedSubChild = (SubChild)((TreeSelection)_selection).getFirstElement(); return selectedSubChild; } return null; }
8182838485868788899091
} return null; } private IFile getSelectedSubChildAgentFile(){ SubChild s = getSelectedSubChild(); if(s != null){ return s.getContainer().getContainer(); } return null; }