Uses of Interface
org.malai.presentation.ConcretePresentation

Packages that use ConcretePresentation
net.sf.latexdraw.glib.ui   
net.sf.latexdraw.ui   
org.malai.presentation   
org.malai.ui   
 

Uses of ConcretePresentation in net.sf.latexdraw.glib.ui
 

Subinterfaces of ConcretePresentation in net.sf.latexdraw.glib.ui
 interface ICanvas
          Defines an interface for a canvas that draw the drawing and manages the selected shapes.
 

Classes in net.sf.latexdraw.glib.ui that implement ConcretePresentation
 class LCanvas
          Defines a canvas that draw the drawing and manages the selected shapes.
 

Uses of ConcretePresentation in net.sf.latexdraw.ui
 

Classes in net.sf.latexdraw.ui that implement ConcretePresentation
 class LCodePanel
          Defines the panel which contains the code generated from the drawing.
 

Uses of ConcretePresentation in org.malai.presentation
 

Classes in org.malai.presentation with type parameters of type ConcretePresentation
 class Presentation<A extends AbstractPresentation,C extends ConcretePresentation>
          A presentation contains an abstract presentation and a concrete presentation.
 

Fields in org.malai.presentation declared as ConcretePresentation
protected  C Presentation.concretePresentation
          The concrete presentation, i.e. the representation of the abstract presentation.
 

Uses of ConcretePresentation in org.malai.ui
 

Methods in org.malai.ui with type parameters of type ConcretePresentation
<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.