} ).endMenu().build().getItems().get( 0 ) );
return menuItems;
}
private void buildToolBar() {
this.toolBar = new DefaultToolBar( "file.explorer" );
final DefaultToolBarItem i1 = new DefaultToolBarItem( FOLDER_CLOSE_ALT,
AppConstants.INSTANCE.MenuNewRepository(),
newRepoCommand );
final DefaultToolBarItem i2 = new DefaultToolBarItem( DOWNLOAD_ALT,
AppConstants.INSTANCE.MenuCloneRepository(),