*/
private void showExplorerView() {
if (entries == null) {
return;
}
ExplorerTree tree = new ExplorerTree(false, false, false, new StarHandler(){
@Override
public void onStar(String id) {
CommandEvent.fire(new SystemStarDocumentCommand(id));
}
@Override