Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » How prohibit posibility of reconnecion
How prohibit posibility of reconnecion [message #48754] Tue, 10 December 2002 21:04 Go to next message
Roman Bosák is currently offline Roman BosákFriend
Messages: 12
Registered: July 2009
Junior Member
I want prohibit reconnection.
Any idea?
Re: How prohibit posibility of reconnecion [message #49018 is a reply to message #48754] Thu, 12 December 2002 03:08 Go to previous message
Eclipse UserFriend
Originally posted by: hudsonr.us.eye-bee-em.com

2 possibilities, return an UnexecutableCommand in GraphicalNodeEditPolicy,
which will cause a not sign.
Change the drag tracker returned by the handle.

Maybe we should add a new Request type in GEF. How about:
RequestConstants.REQ_DISCONNECT_SOURCE
RequestConstants.REQ_DISCONNECT_TARGET

The ConnectionEndpointTracker would send this request to the current
source/target node, and it would send the current RECONNECT_SOURCE/TARGET
request to the new source/target node. The two pieces would be compounded
together, assuming both of them are not null.

With this change, the disconnect would be requested immediately, and the not
cursor would appear sooner.

Does anyone want this change?

"Roman Bos
Previous Topic:Commando and Action
Next Topic:GraphicalRootEditPartWithOverview and Dock classes missing
Goto Forum:
  


Current Time: Sat Jul 27 16:43:55 GMT 2024

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

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

Back to the top