|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.draw2d.ui.figures.PolylineConnectionEx.JumpLinkSet
protected class PolylineConnectionEx.JumpLinkSet
Inner class for storing the set of JumpLink's associated with the polyline connection.
Constructor Summary | |
---|---|
PolylineConnectionEx.JumpLinkSet()
Default constructor |
Method Summary | |
---|---|
protected void |
cleanJumpLinks(Connection connect)
Sets the dirty flag back to false and notifies the connection layer that it has been cleaned. |
void |
dirtyJumpLinks()
Sets the jump links set as being dirty so that they will be regenerated again at display time. |
boolean |
isDirty()
Determines if the jump links need to be regenerated. |
boolean |
regenerateJumpLinks(Connection connect)
Regenerates the jump links again according to the current arrangement of connections on the diagram. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolylineConnectionEx.JumpLinkSet()
Method Detail |
---|
public boolean isDirty()
boolean
true
if jump links need to be regenerated, false
otherwise.protected void cleanJumpLinks(Connection connect)
connect
- Connection
whose jump links need to be regenerated.public void dirtyJumpLinks()
public boolean regenerateJumpLinks(Connection connect)
connect
- Connection
whose jump links need to be regenerated.
boolean
true
if jump links were regenerated, false
otherwise.
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.