예제 #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();
 }