Uses of Class
org.malai.presentation.Presentation

Packages that use Presentation
org.malai.ui   
 

Uses of Presentation in org.malai.ui
 

Fields in org.malai.ui with type parameters of type Presentation
protected  java.util.List<Presentation<?,?>> UI.presentations
          The presentations of the interactive system.
 

Methods in org.malai.ui that return Presentation
<A extends AbstractPresentation,C extends ConcretePresentation>
Presentation<A,C>
UI.getPresentation(java.lang.Class<A> absPresClass, java.lang.Class<C> concPresClass)
          Allows to get the presentation which abstract and concrete presentations match the given classes.
 

Methods in org.malai.ui that return types with arguments of type Presentation
 java.util.List<Presentation<?,?>> UI.getPresentations()