this.moveFolderButton = UIFactory.createToolbarImageButton( ActionRegistry.MOVE_FOLDER.get() );
toolbar.addButton( this.moveFolderButton );
this.renameFolderButton = UIFactory.createToolbarImageButton( ActionRegistry.RENAME_FOLDER.get() );
toolbar.addButton( this.renameFolderButton );
this.deleteFolderButton = UIFactory.createToolbarImageButton( ActionRegistry.DELETE_FOLDER.get() );
toolbar.addButton( this.deleteFolderButton );
this.emptyFolderButton = UIFactory.createToolbarImageButton( ActionRegistry.EMPTY_FOLDER.get() );