/** Updates the all hosts menu item. */ @Override public void allHostsUpdate() { browser.updateHosts(); }
/** creates cluster view and updates the tree. */ private void createEmptyView() { getTree(browser); browser.updateHosts(); }