* create all toolbar buttons.
*/
private void createToolbar() {
Toolbar toolbar = new Toolbar();
toolbar.addFill();
this.newContactFolderButton = UIFactory.createToolbarImageButton( this.newContactFolderAction );
toolbar.addButton( this.newContactFolderButton );
this.renameContactFolderButton = UIFactory.createToolbarImageButton( this.renameContactFolderAction );
toolbar.addButton( this.renameContactFolderButton );