|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramConnector
An interface for diagram elements that can be connected by other elements named DiagramConnection
Method Summary | |
---|---|
boolean |
allowsInputConnection(DiagramConnector out)
Checks if this connector can be connected with an output connector |
boolean |
allowsOutputConnection(DiagramConnector in)
Checks if this connector can be connected with an input connector |
DiagramConnector |
connectorOwner()
Returns the connector owner of this connector if any |
java.util.Enumeration |
getConnections()
Gets the list of DiagramConnection connected with this connector |
Method Detail |
---|
java.util.Enumeration getConnections()
boolean allowsInputConnection(DiagramConnector out)
out
- the output connector
boolean allowsOutputConnection(DiagramConnector in)
in
- the input connector
DiagramConnector connectorOwner()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |