|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeListener
The listener interface for receiving Connection events from EditParts that serve as connection nodes.
Method Summary | |
---|---|
void |
removingSourceConnection(ConnectionEditPart connection,
int index)
Called prior to removing the connection from its source node. |
void |
removingTargetConnection(ConnectionEditPart connection,
int index)
Called prior to removing the connection from its target node. |
void |
sourceConnectionAdded(ConnectionEditPart connection,
int index)
Called after the connection has been added to its source node. |
void |
targetConnectionAdded(ConnectionEditPart connection,
int index)
Called after the connection has been added to its target node. |
Method Detail |
---|
void removingSourceConnection(ConnectionEditPart connection, int index)
connection.getSource()
connection
- the connectionindex
- the indexvoid removingTargetConnection(ConnectionEditPart connection, int index)
connection.getTarget()
connection
- the connectionindex
- the indexvoid sourceConnectionAdded(ConnectionEditPart connection, int index)
connection
- the connectionindex
- the indexvoid targetConnectionAdded(ConnectionEditPart connection, int index)
connection
- the connectionindex
- the index
|
Eclipse GEF 3.8.0.201206112118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |