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