|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPresentationDataSet | |
|---|---|
| pl.edu.agh.cast.data.model.presentation | Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors. |
| pl.edu.agh.cast.data.model.visual | Provides CAST visual model, which is the base of visual models such as schema and time-line used in various specific visual editors. |
| pl.edu.agh.cast.data.persistence | Provides CAST Data Model persistence provider abstraction classes. |
| pl.edu.agh.cast.editor | Provides abstract editor implementation and editor utility classes. |
| pl.edu.agh.cast.editor.action.delegate | Contains action delegates which can be used in RCP extensions. |
| pl.edu.agh.cast.editor.input | Contains classes which describe input for diagrams. |
| pl.edu.agh.cast.model.visual | |
| pl.edu.agh.cast.schema.model.presentation | Provides CAST schema presentation model. |
| Uses of IPresentationDataSet in pl.edu.agh.cast.data.model.presentation |
|---|
| Classes in pl.edu.agh.cast.data.model.presentation that implement IPresentationDataSet | |
|---|---|
class |
PresentationDataSet<T extends IPresentationElement<? extends IElement>>
Abstract implementation of IPresentationDataSet. |
| Methods in pl.edu.agh.cast.data.model.presentation with type parameters of type IPresentationDataSet | ||
|---|---|---|
|
PresentationDataSet.getVisualDataSet()
Returns the visual data set associated with this presentation element. |
|
|
IPresentationDataSet.getVisualDataSet()
Returns the visual data set associated with this presentation element. |
|
| Constructors in pl.edu.agh.cast.data.model.presentation with parameters of type IPresentationDataSet | |
|---|---|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type)
The constructor for presentation elements created manually. |
|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
IReferenceList<T> references)
The constructor for presentation elements created manually. |
|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
Type derivedType)
The constructor for presentation elements created manually. |
|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
UUID id)
The constructor for presentation elements created manually. |
|
PresentationElement(IPresentationDataSet<? extends IPresentationElement<?>> dataSet,
Type type,
UUID id,
IReferenceList<T> references)
The constructor for presentation elements created manually. |
|
| Uses of IPresentationDataSet in pl.edu.agh.cast.data.model.visual |
|---|
| Classes in pl.edu.agh.cast.data.model.visual with type parameters of type IPresentationDataSet | |
|---|---|
interface |
IVisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
An interface which describes data set containing elements of visual model. |
class |
VisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
Abstract implementation of IVisualDataSet. |
| Constructor parameters in pl.edu.agh.cast.data.model.visual with type arguments of type IPresentationDataSet | |
|---|---|
VisualElement(IVisualDataSet<? extends IVisualElement<?>,? extends IPresentationDataSet<?>> dataSet,
Type type,
M presentationElement)
Constructor. |
|
VisualElement(IVisualDataSet<? extends IVisualElement<?>,? extends IPresentationDataSet<?>> dataSet,
Type type,
UUID id,
M presentationElement)
Constructor. |
|
| Uses of IPresentationDataSet in pl.edu.agh.cast.data.persistence |
|---|
| Methods in pl.edu.agh.cast.data.persistence with type parameters of type IPresentationDataSet | ||
|---|---|---|
|
IPersistenceProvider.saveDiagram(T presentationDataSet)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
AbstractPersistenceProviderDecorator.saveDiagram(T presentationDataSet)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
AbstractPersistenceProvider.saveDiagram(T presentationDataSet)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
ObservablePersistenceProvider.saveDiagram(T presentationDataSet)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
IPersistenceProvider.saveDiagram(T presentationDataSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
AbstractPersistenceProviderDecorator.saveDiagram(T presentationDataSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
AbstractPersistenceProvider.saveDiagram(T presentationDataSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
|
ObservablePersistenceProvider.saveDiagram(T presentationDataSet,
org.eclipse.core.runtime.IProgressMonitor monitor)
Saves the given presentation data set with associated visual data set and returns their new version. |
|
| Uses of IPresentationDataSet in pl.edu.agh.cast.editor |
|---|
| Classes in pl.edu.agh.cast.editor with type parameters of type IPresentationDataSet | |
|---|---|
class |
AbstractEditor<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>,T extends IDiagram<M,V>>
Abstract graphical editor for showing CAST data. |
| Methods in pl.edu.agh.cast.editor with type parameters of type IPresentationDataSet | ||
|---|---|---|
|
EditorSaverSupport.promptToSaveOnClose(AbstractEditor<M,V,T> editor)
Prompts the user for action when editor is unsaved. |
|
| Uses of IPresentationDataSet in pl.edu.agh.cast.editor.action.delegate |
|---|
| Classes in pl.edu.agh.cast.editor.action.delegate with type parameters of type IPresentationDataSet | |
|---|---|
class |
AbstractOpenEditorActionDelegate<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>,T extends IDiagram<M,V>>
Abstract action for opening editors. |
| Uses of IPresentationDataSet in pl.edu.agh.cast.editor.input |
|---|
| Classes in pl.edu.agh.cast.editor.input with type parameters of type IPresentationDataSet | |
|---|---|
class |
DiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>>
Default implementation of IDiagramEditorInput - see for more details. |
interface |
IDiagramEditorInput<M extends IPresentationDataSet<?>,V extends IVisualDataSet<?,M>,T extends IDiagram<M,V>>
Editor input which contains diagram. |
| Uses of IPresentationDataSet in pl.edu.agh.cast.model.visual |
|---|
| Classes in pl.edu.agh.cast.model.visual with type parameters of type IPresentationDataSet | |
|---|---|
class |
Diagram<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>>
Abstract implementation of IDiagram. |
interface |
IDiagram<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>>
An interface which describes a single diagram. |
| Fields in pl.edu.agh.cast.model.visual declared as IPresentationDataSet | |
|---|---|
protected M |
Diagram.model
Presentation data set which represents diagram's model. |
| Uses of IPresentationDataSet in pl.edu.agh.cast.schema.model.presentation |
|---|
| Subinterfaces of IPresentationDataSet in pl.edu.agh.cast.schema.model.presentation | |
|---|---|
interface |
ISchemaDataSet
Schema model data set which is set of nodes ( ISchemaNode) connected with connections (
ISchemaConnection). |
| Classes in pl.edu.agh.cast.schema.model.presentation that implement IPresentationDataSet | |
|---|---|
class |
SchemaDataSet
Data set which contains elements for a schema diagram. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||