|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IVisualSchemaDataSet | |
|---|---|
| pl.edu.agh.cast.schema.editor | Provides CAST Schema eXtended model's entry level classes. |
| pl.edu.agh.cast.schema.model.visual | Provides CAST schema visual model. |
| Uses of IVisualSchemaDataSet in pl.edu.agh.cast.schema.editor |
|---|
| Methods in pl.edu.agh.cast.schema.editor that return types with arguments of type IVisualSchemaDataSet | |
|---|---|
protected DiagramEditorInput<ISchemaDataSet,IVisualSchemaDataSet,ISchemaDiagram> |
SchemaEditor.modelToDiagram(ModelEditorInput<? extends IDataSet<? extends IElement>> input)
Convert the model editor input into diagram. |
| Uses of IVisualSchemaDataSet in pl.edu.agh.cast.schema.model.visual |
|---|
| Classes in pl.edu.agh.cast.schema.model.visual that implement IVisualSchemaDataSet | |
|---|---|
class |
VisualSchemaDataSet
The default implementation of IVisualSchemaDataSet. |
| Constructors in pl.edu.agh.cast.schema.model.visual with parameters of type IVisualSchemaDataSet | |
|---|---|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
ISchemaConnection elementReference)
The public constructor which wraps the schema connection. |
|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
IVisualSchemaNode visualSourceNode,
IVisualSchemaNode visualTargetNode,
ISchemaConnection connection)
Constructor for creating new visual connection associated to given connection. |
|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
Type type,
ISchemaConnection elementReference)
The constructor for subclasses which wraps the schema connection. |
|
VisualSchemaNode(IVisualSchemaDataSet dataSet,
ISchemaNode node)
Constructor for creating new visual node associated to given node. |
|
VisualSchemaNode(IVisualSchemaDataSet dataSet,
String label)
Constructor for creating new visual node associated to new schema node with given label. |
|
VisualSchemaNode(IVisualSchemaDataSet dataSet,
Type type,
ISchemaNode elementReference)
The constructor for subclasses which wraps the schema node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||