public interface PresentationManager
| Modifier and Type | Method and Description | 
|---|---|
<T> boolean | 
containsPresentation(PresentationType<T> type)  | 
PresentationType[] | 
getDependencies(PresentationType type)  | 
<T> Presentation<T> | 
getPresentation(PresentationType<T> type)  | 
PresentationType[] | 
getPresentationTypes()  | 
<T> void | 
releasePresentation(Presentation<T> presentation)  | 
void | 
testPresentation(PresentationType type)  | 
<T> Presentation<T> getPresentation(PresentationType<T> type)
<T> boolean containsPresentation(PresentationType<T> type)
void testPresentation(PresentationType type)
PresentationType[] getPresentationTypes()
<T> void releasePresentation(Presentation<T> presentation)
PresentationType[] getDependencies(PresentationType type)