Uses of Interface
pl.edu.agh.cast.model.visual.IDiagram

Packages that use IDiagram
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.editor.model.diagram Provides CAST schema diagram definition. 
 

Uses of IDiagram in pl.edu.agh.cast.editor
 

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

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

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

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

Uses of IDiagram in pl.edu.agh.cast.schema.editor.model.diagram
 

Subinterfaces of IDiagram in pl.edu.agh.cast.schema.editor.model.diagram
 interface ISchemaDiagram
          Schema diagram interface.
 

Classes in pl.edu.agh.cast.schema.editor.model.diagram that implement IDiagram
 class SchemaDiagram
          Default schema diagram implementation.
 



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