* @param entries the Entries to delete
* @param useTreeDeleteControl true to use the tree delete control
*/
protected void deleteEntries( Collection<IEntry> entries, boolean useTreeDeleteControl )
{
new StudioBrowserJob( new DeleteEntriesRunnable( entries, useTreeDeleteControl ) ).execute();
}