final String tooltip,
final Command command ) {
this.tooltip = checkNotNull( "tooltip", tooltip );
this.command = checkNotNull( "command", command );
checkNotNull( "url", url );
this.icon = new ToolBarUrlIcon() {
@Override
public String getUrl() {
return url;
}
};