|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IVisualSchemaNode | |
---|---|
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 IVisualSchemaNode in pl.edu.agh.cast.schema.model.presentation |
---|
Methods in pl.edu.agh.cast.schema.model.presentation that return IVisualSchemaNode | |
---|---|
protected IVisualSchemaNode |
SchemaNode.createVisualElement()
Creates a new visual element to be associated with this presentation element. |
Uses of IVisualSchemaNode in pl.edu.agh.cast.schema.model.visual |
---|
Classes in pl.edu.agh.cast.schema.model.visual that implement IVisualSchemaNode | |
---|---|
class |
VisualSchemaNode
The default implementation of IVisualSchemaNode . |
Methods in pl.edu.agh.cast.schema.model.visual that return types with arguments of type IVisualSchemaNode | |
---|---|
Collection<IVisualSchemaNode> |
IVisualSchemaDataSet.getNodes()
Gets all nodes in data set. |
Collection<IVisualSchemaNode> |
VisualSchemaDataSet.getNodes()
Gets all nodes in data set. |
Constructors in pl.edu.agh.cast.schema.model.visual with parameters of type IVisualSchemaNode | |
---|---|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
IVisualSchemaNode visualSourceNode,
IVisualSchemaNode visualTargetNode,
ISchemaConnection connection)
Constructor for creating new visual connection associated to given connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |