CommandButtonConfigurer
Sets the tooltip text of menu items to null. @author Keith Donald
null
141142143144145146147
protected CommandButtonConfigurer createToolBarButtonConfigurer() { return new ToolBarCommandButtonConfigurer(); } protected CommandButtonConfigurer createMenuItemButtonConfigurer() { return new MenuItemButtonConfigurer(); }