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

Packages that use IDiagram
pl.edu.agh.cast.backward.command Provides commands for operating on diagrams. 
pl.edu.agh.cast.backward.editor Provides classes for managing diagram editors. 
pl.edu.agh.cast.backward.editor.action Provides various editor actions for interacting with user. 
pl.edu.agh.cast.backward.resources Provides classes for accessing project and diagram resources as well as storing and retrieving them. 
pl.edu.agh.cast.backward.resources.xml Provides classes for accessing project and diagram resources as well as storing and retrieving them in form of XML. 
pl.edu.agh.cast.model.visual.backward Provides classes for visual presentation of data. 
 

Uses of IDiagram in pl.edu.agh.cast.backward.command
 

Constructors in pl.edu.agh.cast.backward.command with parameters of type IDiagram
AddNodeCommand(IDiagram model, Node node, org.eclipse.draw2d.geometry.Point location, String imageId)
          Creates new instance of command for adding a node to a diagram.
DeleteModelElementsCommand(IDiagram diagram)
          Creates new instance of command to delete model elements.
EnhanceNodesCommand(IDiagram diagram, IDataSet dataSet)
          Command constructor.
PasteCommand(Collection<Node> collection, IDiagram diagram)
          Creates new instance of the paste command.
RenameDiagramCommand(IDiagram diagram, String newName)
          Creates new instance of the diagram rename command.
ToggleShowLegendSettingCommand(IDiagram diagram)
          Creates new instance of the command for given diagram.
 

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

Methods in pl.edu.agh.cast.backward.editor that return IDiagram
static IDiagram EditorUtilBackward.getActiveDiagram()
          Returns the active diagram - the diagram from active editor, if it has one.
 

Methods in pl.edu.agh.cast.backward.editor with parameters of type IDiagram
static org.eclipse.ui.IEditorPart EditorUtilBackward.openEditorForSavedDiagram(IDiagram diagram, org.eclipse.ui.IEditorDescriptor desc, org.eclipse.core.resources.IFile file)
          Opens editor from a saved diagram.
 

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

Constructors in pl.edu.agh.cast.backward.editor.action with parameters of type IDiagram
EnhanceNodesAction(IDiagram diagram, IDataSet dataSet)
          Constructor.
 

Uses of IDiagram in pl.edu.agh.cast.backward.resources
 

Methods in pl.edu.agh.cast.backward.resources that return IDiagram
 IDiagram DiagramEditorInput.getDiagram()
          Returns the diagram.
 IDiagram IDiagramEditorInput.getDiagram()
          Returns the diagram.
 IDiagram IImporter.importDiagram(File file)
          Imports a diagram from specified file.
static IDiagram SerializationUtil.readDiagram(org.eclipse.core.resources.IFile file)
          Reads the whole diagram from a serialized file.
 

Methods in pl.edu.agh.cast.backward.resources that return types with arguments of type IDiagram
 List<IDiagram> IProjectContainer.getDiagrams()
          Returns list of project diagrams.
 

Methods in pl.edu.agh.cast.backward.resources with parameters of type IDiagram
 void IExporter.export(IDiagram diagram, File file)
          Exports a single IDiagram to external format and saves the output to specified file.
static void SerializationUtil.serializeToFile(IDiagram model)
          Serializes given model.
 

Method parameters in pl.edu.agh.cast.backward.resources with type arguments of type IDiagram
 void IExporter.export(String projectName, List<IDiagram> diagrams, File file)
          Exports list of IDiagram objects to external format and saves the output to specified file.
 

Constructors in pl.edu.agh.cast.backward.resources with parameters of type IDiagram
DiagramEditorInput(IDiagram diagram, org.eclipse.core.resources.IFile file)
          Constructor.
 

Uses of IDiagram in pl.edu.agh.cast.backward.resources.xml
 

Methods in pl.edu.agh.cast.backward.resources.xml that return IDiagram
 IDiagram XMLImporter.importDiagram(File file)
          Imports a diagram from specified file.
 

Methods in pl.edu.agh.cast.backward.resources.xml that return types with arguments of type IDiagram
 List<IDiagram> XMLProjectContainer.getDiagrams()
           
 

Methods in pl.edu.agh.cast.backward.resources.xml with parameters of type IDiagram
 void XMLExporter.export(IDiagram diagram, File file)
          Exports a single IDiagram to external format and saves the output to specified file.
 

Method parameters in pl.edu.agh.cast.backward.resources.xml with type arguments of type IDiagram
 void XMLExporter.export(String projectName, List<IDiagram> diagrams, File file)
          Exports list of IDiagram objects to external format and saves the output to specified file.
 void XMLProjectContainer.setDiagrams(List<IDiagram> diagrams)
           
 

Constructor parameters in pl.edu.agh.cast.backward.resources.xml with type arguments of type IDiagram
XMLProjectContainer(String projectName, List<IDiagram> diagrams)
          Creates new XML project container.
 

Uses of IDiagram in pl.edu.agh.cast.model.visual.backward
 

Classes in pl.edu.agh.cast.model.visual.backward that implement IDiagram
 class Diagram
          Diagram, which consists of of Nodes and Connections.
 

Methods in pl.edu.agh.cast.model.visual.backward that return IDiagram
 IDiagram NodeFactory.getDiagram()
           
 



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