} ).endMenu().build().getItems().get( 0 ) );
return menuItems;
}
private void buildToolBar() {
this.toolBar = new DefaultToolBar( "guvnor.new.item" );
final String tooltip = AppConstants.INSTANCE.newItem();
final Command command = new Command() {
@Override
public void execute() {
newResourcePresenter.show();