3 messages in org.netbeans.graph.usersRe: Question ?
FromSent OnAttachments
SatyaranjanMay 30, 2007 8:16 am 
David KasparMay 31, 2007 1:02 am 
SatyaranjanMay 31, 2007 10:31 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Question ?Actions...
From:Satyaranjan (Saty@Sun.COM)
Date:May 31, 2007 10:31:57 am
List:org.netbeans.graph.users

Thanks David for your reply and for providing this great Library !!! It's really fun working with the Visual Library :)

- Satya

David Kaspar wrote:

HI Satya,

Yes, it is. Use your own MoveStrategy when you are creating a new MoveAction. The MoveStrategy is called everytime an user moved with a widget and there a new location was suggested by him/her. In the MoveStrategy you can filter/change the location before it is really saved into the widget.

Regards, David

Satyaranjan wrote:

Hi,

I want to create a page designer using Visual Library API. One of the requirement is, I should be able to create a top component/widget which will represent a page and then I can put sub/child components inside that top component. Also the movement of the child components should be restricted only inside the top component. Is it possible to restrict the movement of a widget inside a particular boundary ?