Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] Expanding Remote System's view programmatically


Hi Vrushali,

You may get a better idea of how to do this by looking at org.eclipse.rse.internal.files.ui.actions.LinkWithSystemViewAction.  The expansion can be a little tricky since we don't want to run any remote queries on the main thread.  So the code in this class does queries in Jobs, while doing expand/select on the main thread.

____________________________________
David McKnight    
Phone:   905-413-3902 , T/L:  969-3902
Internet: dmcknigh@xxxxxxxxxx
Mail:       D1/YFY/8200/TOR
____________________________________



vrushali babar <vrush_com@xxxxxxxxx>
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx

16/04/2008 07:14 AM

Please respond to
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx>

To
pde <pde-dev@xxxxxxxxxxx>, dsdp <dsdp-dev@xxxxxxxxxxx>, dsdp-tm <dsdp-tm-dev@xxxxxxxxxxx>
cc
Subject
[dsdp-tm-dev] Expanding Remote System's view programmatically





Hi,
 
I am aiming to expand Remote System's view programmatically.
Over the particular selection from myView i want to expand Remote System's view
to specific directory.
I have tried getViewer.setSelection method but it is setting it to nothing.
Is there any other way to handle this?
 
Can anyone guide me about how to go ahead with this?
 
Thanks in advance.
 
-Vrushali.

 


Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now._______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


Back to the top