Uses of Interface
pl.edu.agh.cast.schema.model.presentation.ISchemaDataSet

Packages that use ISchemaDataSet
pl.edu.agh.cast.schema.editor Provides CAST Schema eXtended model's entry level classes. 
pl.edu.agh.cast.schema.editor.command Defines available commands used in schema editor. 
pl.edu.agh.cast.schema.editor.model.diagram Provides CAST schema diagram definition. 
pl.edu.agh.cast.schema.editor.request Contains elements factories and custom requests used by GEF. 
pl.edu.agh.cast.schema.model.presentation Provides CAST schema presentation model. 
pl.edu.agh.cast.schema.model.visual Provides CAST schema visual model. 
 

Uses of ISchemaDataSet in pl.edu.agh.cast.schema.editor
 

Methods in pl.edu.agh.cast.schema.editor that return types with arguments of type ISchemaDataSet
protected  DiagramEditorInput<ISchemaDataSet,IVisualSchemaDataSet,ISchemaDiagram> SchemaEditor.modelToDiagram(ModelEditorInput<? extends IDataSet<? extends IElement>> input)
          Convert the model editor input into diagram.
 

Uses of ISchemaDataSet in pl.edu.agh.cast.schema.editor.command
 

Constructors in pl.edu.agh.cast.schema.editor.command with parameters of type ISchemaDataSet
AddConnectionCommand(ISchemaDataSet modelDataSet, ISchemaConnection connection, ISchemaNode source, ISchemaNode target)
          Constructor.
AddNodeCommand(ISchemaDataSet modelDataSet, ISchemaNode node, org.eclipse.draw2d.geometry.Point location)
          Creates new instance of command for adding a node to a diagram.
 

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

Constructors in pl.edu.agh.cast.schema.editor.model.diagram with parameters of type ISchemaDataSet
SchemaDiagram(ISchemaDataSet model)
          Schema diagram constructor.
 

Uses of ISchemaDataSet in pl.edu.agh.cast.schema.editor.request
 

Methods in pl.edu.agh.cast.schema.editor.request with parameters of type ISchemaDataSet
 Object SchemaConnectionFactory.getNewObject(ISchemaDataSet dataSet)
           Returns a new object which belongs to given schema data set.
 Object ICreationFactory.getNewObject(ISchemaDataSet dataSet)
           Returns a new object which belongs to given schema data set.
 Object SchemaNodeCreateRequest.getNewObject(ISchemaDataSet dataSet)
          Returns new object which belongs to given data set.
 Object SchemaConnectionCreateRequest.getNewObject(ISchemaDataSet dataSet)
          Returns new object which belongs to given data set.
 Object SchemaNodeFactory.getNewObject(ISchemaDataSet dataSet)
          Returns the new object which belongs to given data set.
 

Uses of ISchemaDataSet in pl.edu.agh.cast.schema.model.presentation
 

Classes in pl.edu.agh.cast.schema.model.presentation that implement ISchemaDataSet
 class SchemaDataSet
          Data set which contains elements for a schema diagram.
 

Constructors in pl.edu.agh.cast.schema.model.presentation with parameters of type ISchemaDataSet
SchemaConnection(ISchemaDataSet dataSet, Type derivedType, boolean directed)
          Constructor for creating new schema connection without setting ends of it.
SchemaConnection(ISchemaDataSet dataSet, Type derivedType, ISchemaNode source, ISchemaNode target)
          Constructor for creating new indirected schema connection associated with given schema nodes.
SchemaConnection(ISchemaDataSet dataSet, Type derivedType, ISchemaNode source, ISchemaNode target, boolean directed)
          Constructor for creating new schema connection associated with given schema nodes.
SchemaConnection(ISchemaDataSet dataSet, UUID id, ISchemaNode source, ISchemaNode target, boolean directed, Collection<? extends IElement> originalElements)
          The constructor for schema connections created manually.
SchemaNode(ISchemaDataSet dataSet, IReference<IElement> originalElement)
          The constructor for schema nodes created manually.
SchemaNode(ISchemaDataSet dataSet, IReferenceList<IElement> originalElements)
          The constructor for schema nodes created manually.
SchemaNode(ISchemaDataSet dataSet, Type derivedType, String label)
          The constructor for presentation elements created manually.
 

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

Constructors in pl.edu.agh.cast.schema.model.visual with parameters of type ISchemaDataSet
VisualSchemaDataSet(String name, ISchemaDataSet model)
          Initializes data set with its name and a newly created MetaPropertyManager.
VisualSchemaDataSet(VisualDataSetDescriptor descriptor, ISchemaDataSet model)
          Initializes data set with its descriptor and a newly created MetaPropertyManager.
VisualSchemaDataSet(VisualDataSetDescriptor descriptor, ISchemaDataSet model, MetaPropertyManager metaPropertyManager)
          Initializes data set with its descriptor and MetaPropertyManager.
 



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