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
.
@param memento a memento containing the state for the object
@return an object, or null
if the element could not be created
|
|
|
|
|
|
|
|
|
|
|
|
|
|