| Re-creates and returns an object from the state captured within the given
memento.
Under normal circumstances, the resulting object can be expected to be
persistable; that is,
result.getAdapter(org.eclipse.ui.IPersistableElement.class)
should not return null .
Parameters: memento - a memento containing the state for the object an object, or null if the element could not be created |