|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPresentation | |
---|---|
net.sf.latexdraw.glib.models.impl | |
net.sf.latexdraw.glib.models.interfaces | |
org.malai.presentation | |
org.malai.ui |
Uses of AbstractPresentation in net.sf.latexdraw.glib.models.impl |
---|
Classes in net.sf.latexdraw.glib.models.impl that implement AbstractPresentation | |
---|---|
(package private) class |
LDrawing
Defines a drawing that contains a set of shapes and a set of selected shapes. |
Uses of AbstractPresentation in net.sf.latexdraw.glib.models.interfaces |
---|
Subinterfaces of AbstractPresentation in net.sf.latexdraw.glib.models.interfaces | |
---|---|
interface |
IDrawing
Defines an interface of a drawing that contains a set of shapes and a set of selected shapes. |
Uses of AbstractPresentation in org.malai.presentation |
---|
Classes in org.malai.presentation with type parameters of type AbstractPresentation | |
---|---|
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 AbstractPresentation | |
---|---|
protected A |
Presentation.abstractPresentation
The abstract presentation, i.e. the manipulated data model. |
Uses of AbstractPresentation in org.malai.ui |
---|
Methods in org.malai.ui with type parameters of type AbstractPresentation | ||
---|---|---|
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |