});
if (!prj.isOnlyViewer) {
table.addMouseListener(ml);
table.getTreeTable().getParent().addMouseListener(ml);
}
myResourcePropertiesAction = new ResourcePropertiesAction(prj.getProject(), prj.getUIFacade());
myContextListener = new ListSelectionListener() {
public void valueChanged(ListSelectionEvent e) {
myResourcePropertiesAction.setContext(getContext());
}
};