// get the content provider and fill it with an empty list
PWListContentProvider contentProvider = (PWListContentProvider) view
.getContentProvider();
try {
contentProvider.createNew();
} catch (ParserConfigurationException e) {
// TODO Auto-generated catch block
e.printStackTrace();
throw new ExecutionException("Creating new Content failed", e);
}