Uses of Interface
pl.edu.agh.cast.data.model.visual.IVisualDataSet

Packages that use IVisualDataSet
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.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.visual Provides CAST schema visual model. 
 

Uses of IVisualDataSet in pl.edu.agh.cast.data.model.presentation
 

Methods in pl.edu.agh.cast.data.model.presentation with type parameters of type IVisualDataSet
<V extends IVisualDataSet<? extends IVisualElement<T>,? extends IPresentationDataSet<T>>>
V
PresentationDataSet.getVisualDataSet()
          Returns the visual data set associated with this presentation element.
<V extends IVisualDataSet<? extends IVisualElement<T>,? extends IPresentationDataSet<T>>>
V
IPresentationDataSet.getVisualDataSet()
          Returns the visual data set associated with this presentation element.
 

Methods in pl.edu.agh.cast.data.model.presentation that return IVisualDataSet
protected abstract  IVisualDataSet PresentationDataSet.createVisualDataSet()
          Creates a new visual data set to be associated with this presentation data set.
 

Methods in pl.edu.agh.cast.data.model.presentation with parameters of type IVisualDataSet
 void PresentationDataSet.setVisualDataSet(IVisualDataSet vds)
          Sets the visual data set associated with this presentation element.
 void IPresentationDataSet.setVisualDataSet(IVisualDataSet visualDS)
          Sets the visual data set associated with this presentation element.
 

Uses of IVisualDataSet in pl.edu.agh.cast.data.model.visual
 

Classes in pl.edu.agh.cast.data.model.visual that implement IVisualDataSet
 class VisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
          Abstract implementation of IVisualDataSet.
 

Constructors in pl.edu.agh.cast.data.model.visual with parameters of type IVisualDataSet
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 IVisualDataSet in pl.edu.agh.cast.editor
 

Classes in pl.edu.agh.cast.editor with type parameters of type IVisualDataSet
 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 IVisualDataSet
<M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>,V extends IVisualDataSet<? extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M>,T extends IDiagram<M,V>>
int
EditorSaverSupport.promptToSaveOnClose(AbstractEditor<M,V,T> editor)
          Prompts the user for action when editor is unsaved.
 

Uses of IVisualDataSet in pl.edu.agh.cast.editor.action.delegate
 

Classes in pl.edu.agh.cast.editor.action.delegate with type parameters of type IVisualDataSet
 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 IVisualDataSet in pl.edu.agh.cast.editor.input
 

Classes in pl.edu.agh.cast.editor.input with type parameters of type IVisualDataSet
 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 IVisualDataSet in pl.edu.agh.cast.model.visual
 

Classes in pl.edu.agh.cast.model.visual with type parameters of type IVisualDataSet
 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.
 

Uses of IVisualDataSet in pl.edu.agh.cast.schema.model.visual
 

Subinterfaces of IVisualDataSet in pl.edu.agh.cast.schema.model.visual
 interface IVisualSchemaDataSet
          The visual schema data set is part of schema visual model.
 

Classes in pl.edu.agh.cast.schema.model.visual that implement IVisualDataSet
 class VisualSchemaDataSet
          The default implementation of IVisualSchemaDataSet.
 



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.