|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionElement | |
---|---|
org.jupe.editors.classdiagram.model.commands | Provides commands for the model. |
org.jupe.editors.classdiagram.model.connections | Provides classes for the connection elements in the classdiagram model. |
org.jupe.editors.classdiagram.model.nodes | Provides classes for the node elements in the classdiagram model. |
Uses of ConnectionElement in org.jupe.editors.classdiagram.model.commands |
---|
Methods in org.jupe.editors.classdiagram.model.commands that return ConnectionElement | |
---|---|
ConnectionElement |
ConnectionCreateCommand.getConnection()
|
Constructors in org.jupe.editors.classdiagram.model.commands with parameters of type ConnectionElement | |
---|---|
ConnectionDeleteCommand(ConnectionElement conn)
Create a command that will disconnect a connection from its endpoints. |
|
ConnectionReconnectCommand(ConnectionElement conn)
Instantiate a command that can reconnect a Connection instance to a different source or target endpoint. |
Uses of ConnectionElement in org.jupe.editors.classdiagram.model.connections |
---|
Subclasses of ConnectionElement in org.jupe.editors.classdiagram.model.connections | |
---|---|
class |
CommentConnectionElement
Model element for the connecting line between a CommentElement and any
other node element. |
class |
DependencyElement
A dependency relation between two elements of a class diagram. |
class |
GeneralizationElement
Model element for a generalization. |
class |
InterfaceRealizationElement
Model element for an interface realization. |
class |
RelationElement
Model element that represents an association, an aggregation or a composition. |
Uses of ConnectionElement in org.jupe.editors.classdiagram.model.nodes |
---|
Methods in org.jupe.editors.classdiagram.model.nodes that return types with arguments of type ConnectionElement | |
---|---|
java.util.List<ConnectionElement> |
NodeModelElement.getSourceConnections()
|
java.util.List<ConnectionElement> |
NodeModelElement.getTargetConnections()
|
Methods in org.jupe.editors.classdiagram.model.nodes with parameters of type ConnectionElement | |
---|---|
void |
NodeModelElement.addConnection(ConnectionElement conn)
Add an incoming or outgoing connection to this shape. |
void |
NodeModelElement.removeConnection(ConnectionElement connection)
Remove an incoming or outgoing connection from this shape. |
Method parameters in org.jupe.editors.classdiagram.model.nodes with type arguments of type ConnectionElement | |
---|---|
void |
NodeModelElement.setSourceConnections(java.util.List<ConnectionElement> newSourceConnections)
Sets the list of all ConnectionElement which have this NodeModelElements as source. |
void |
NodeModelElement.setTargetConnections(java.util.List<ConnectionElement> newTargetConnections)
Sets the list of all ConnectionElement which have this NodeModelElements as targets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |