Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-tm-dev] blank out the home path and create new connections


Hi Christian,

Showing only the root filter can be done by overriding createDefaultFilterPool(ISystemFilterPoolManager mgr) from org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystemConfiguration in your subsystem implementation.
The default method creates both filters "Root" and "Home", so you could use a similar code to create only "Root".

For your second point, you can provide a custom wizard for your RSE system type in a similar way as the wizard for the "Discovery" system type.
Adding a custom wizard for a specific system type can be done using the extension point org.eclipse.rse.ui.newConnectionWizards.
You could take a look at the plugin org.eclipse.rse.discovery as an example of usage of the extension point.

I hope it helps !

Javier




Christian Hohmann <c.hohmann@xxxxxxxxxxxxx>
Sent by: dsdp-tm-dev-bounces@xxxxxxxxxxx

17/01/2008 12:58

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

To
Target Management developer discussions <dsdp-tm-dev@xxxxxxxxxxx>
cc
Subject
[dsdp-tm-dev] blank out the home path and create new connections





Hi,

I implemented a RSE subsystem and it works pretty well. So now I do some
consmetics to make work more comfortable.
The subsystem I work on does not support "home" directories, so the
"home" element is always empty. Is there a posibility to blank out the
home elemente or to blank out the whole layer of root and home? It would
last to less confusion among the users, so that would be interesting to
solve.

An other point is the creation of new connections of my subsystemtype.
Is there a posibility to have an own createMyconnection dialog or a way
to manipulate the existing?

Christian

-------------------------------------------------------------------

Christian Hohmann
SW - Engineer

Forschungszentrum Jülich GmbH
Jülich Supercomputing Centre (JSC)
Distributed Systems and Grid Computing Division
-------------------------------------------------------------------


-------------------------------------------------------------------
-------------------------------------------------------------------
Forschungszentrum Jülich GmbH
52425 Jülich

Sitz der Gesellschaft: Jülich
Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Bärbel Brumme-Bothe
Geschäftsführung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Dr. Sebastian M. Schmidt
-------------------------------------------------------------------
-------------------------------------------------------------------
_______________________________________________
dsdp-tm-dev mailing list
dsdp-tm-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-tm-dev


**********************************************************************
Symbian Software Ltd is a company registered in England and Wales with registered number 4190020 and registered office at 2-6 Boundary Row, Southwark, London, SE1 8HP, UK. This message is intended only for use by the named addressee and may contain privileged and/or confidential information. If you are not the named addressee you should not disseminate, copy or take any action in reliance on it. If you have received this message in error please notify postmaster@xxxxxxxxxxx and delete the message and any attachments accompanying it immediately. Neither Symbian nor any of its Affiliates accepts liability for any corruption, interception, amendment, tampering or viruses occurring to this message in transit or for any message sent by its employees which is not in compliance with Symbian corporate policy.
**********************************************************************


Back to the top