@Override
public void run() {
displayedEntity = (p != null ? p.getProject() : null);
titlePanel.update(displayedEntity);
viewDetailsAction.setProject(p);
DeployHistory history = (p != null ? p.getDeployHistory() : null);
deleteAction.setHistory(history);
table.setHistory(history, true);
}
});
}