|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IVisualSchemaConnection | |
|---|---|
| pl.edu.agh.cast.schema.editor.command.bendpoints | Defines commands to manage bendpoints. |
| pl.edu.agh.cast.schema.editor.editpart | Provides GEF edit parts for schema editor. |
| 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 IVisualSchemaConnection in pl.edu.agh.cast.schema.editor.command.bendpoints |
|---|
| Fields in pl.edu.agh.cast.schema.editor.command.bendpoints declared as IVisualSchemaConnection | |
|---|---|
protected IVisualSchemaConnection |
AbstractBendpointCommand.connection
Connection this object is referring to |
| Methods in pl.edu.agh.cast.schema.editor.command.bendpoints with parameters of type IVisualSchemaConnection | |
|---|---|
void |
AbstractBendpointCommand.setConnection(IVisualSchemaConnection connection)
|
| Uses of IVisualSchemaConnection in pl.edu.agh.cast.schema.editor.editpart |
|---|
| Methods in pl.edu.agh.cast.schema.editor.editpart that return IVisualSchemaConnection | |
|---|---|
IVisualSchemaConnection |
SchemaConnectionEditPart.getVisualModel()
Returns visual model element for this connection. |
| Uses of IVisualSchemaConnection in pl.edu.agh.cast.schema.model.presentation |
|---|
| Methods in pl.edu.agh.cast.schema.model.presentation that return IVisualSchemaConnection | |
|---|---|
protected IVisualSchemaConnection |
SchemaConnection.createVisualElement()
Creates a new visual element to be associated with this presentation element. |
| Uses of IVisualSchemaConnection in pl.edu.agh.cast.schema.model.visual |
|---|
| Classes in pl.edu.agh.cast.schema.model.visual that implement IVisualSchemaConnection | |
|---|---|
class |
VisualSchemaConnection
The default implementation of IVisualSchemaConnection. |
| Methods in pl.edu.agh.cast.schema.model.visual that return types with arguments of type IVisualSchemaConnection | |
|---|---|
Collection<IVisualSchemaConnection> |
IVisualSchemaDataSet.getConnections()
Gets all connections in data set. |
Collection<IVisualSchemaConnection> |
VisualSchemaDataSet.getConnections()
Gets all connections in data set. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||