HermesBrowser.getBrowser().getActionFactory().createBrowseContextAction(node.getConfig());
} else if (selectionPath.getLastPathComponent() instanceof DestinationConfigTreeNode) {
final DestinationConfigTreeNode destinationNode = (DestinationConfigTreeNode) selectionPath.getLastPathComponent();
final Hermes hermes = ((HermesTreeNode) destinationNode.getHermesTreeNode()).getHermes();
final QueueBrowseAction qBrowser = HermesBrowser.getBrowser().getOpenQueueBrowser(destinationNode.getConfig()) ;
if (qBrowser != null) {
qBrowser.refresh() ;
} else {
HermesBrowser.getBrowser().getActionFactory().createQueueBrowseAction(hermes, destinationNode.getConfig());
}
} else if (selectionPath.getLastPathComponent() instanceof RepositoryTreeNode) {
final RepositoryTreeNode repNode = (RepositoryTreeNode) selectionPath.getLastPathComponent();