public static interface Anchor.Entry
Modifier and Type | Method and Description |
---|---|
Anchor |
getAttachedAnchor()
Returns an anchor of a connection widget which relates to the entry.
|
ConnectionWidget |
getAttachedConnectionWidget()
Returns a connection widget where the entry is attached to.
|
Anchor |
getOppositeAnchor()
Returns an anchor of a connection widget which is opposite to the related anchor
|
boolean |
isAttachedToConnectionSource()
Returns whether an entry is attached to the source or the target of a connection widget.
|
void |
revalidateEntry()
Called for notifying that an anchor is changed and the entry has to me revalidated too.
|
void revalidateEntry()
ConnectionWidget getAttachedConnectionWidget()
boolean isAttachedToConnectionSource()
Anchor getAttachedAnchor()
Anchor getOppositeAnchor()