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