Skip to main content



      Home
Home » Eclipse Projects » GEF » BendpointEditPolicy.showCreateBendpointFeedback
BendpointEditPolicy.showCreateBendpointFeedback [message #35998] Mon, 28 October 2002 09:31 Go to next message
Eclipse UserFriend
hi all,

in BendpointEditPolicy.showCreateBendpointFeedback(), why (constraint) at
the second last line can be null? what i'm doing wrong


protected void showCreateBendpointFeedback(BendpointRequest request) {
...........
constraint.set(request.getIndex(), bp);
getConnection().setRoutingConstraint(constraint);
}
Re: BendpointEditPolicy.showCreateBendpointFeedback [message #36130 is a reply to message #35998] Mon, 28 October 2002 09:43 Go to previous message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

It looks like the code currently requires that the connection always have a
list of bendpoints. So you must use an empty List.


"Ozgur Kurt" <ozgurkurt@hotmail.com> wrote in message
news:apjg0l$a2b$1@rogue.oti.com...
> hi all,
>
> in BendpointEditPolicy.showCreateBendpointFeedback(), why (constraint) at
> the second last line can be null? what i'm doing wrong
>
>
> protected void showCreateBendpointFeedback(BendpointRequest request) {
> ..........
> constraint.set(request.getIndex(), bp);
> getConnection().setRoutingConstraint(constraint);
> }
>
>
Previous Topic:Native Drop Request in Logic Editor
Next Topic:EditPart.getAdapter in logic sample
Goto Forum:
  


Current Time: Sat Jul 12 17:58:21 EDT 2025

Powered by FUDForum. Page generated in 0.06807 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top