@Deprecated public interface IPresentationSerializer
Modifier and Type | Method and Description |
---|---|
String |
getId(IPresentablePart part)
Deprecated.
Returns a unique identifier for the given part.
|
IPresentablePart |
getPart(String id)
Deprecated.
Returns a presentable part, given an id that was generated when the presentation
was saved.
|
String getId(IPresentablePart part)
part
- a part to be identified (not null)IPresentablePart getPart(String id)
id
- an ID that was generated by getId(IPresentablePart) when the presentation
was saved
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.