|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Anchor.Entry
Represents a place where an anchor is used. Usually it is implemented by ConnectionWidget.getSourceAnchorEntry or ConnectionWidget.getTargetAnchorEntry or ProxyAnchor.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void revalidateEntry()
ConnectionWidget getAttachedConnectionWidget()
boolean isAttachedToConnectionSource()
Anchor getAttachedAnchor()
Anchor getOppositeAnchor()
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |