IFile [message #88993] |
Wed, 21 May 2008 04:01  |
Eclipse User |
|
|
|
Originally posted by: timanders.gmail.com
I would like to use something instead of the RCP resource types (ie.
IContainer, IFile, IResource, ResourcesPlugin).
Do you have any examples/ideas how to handle them?
Thanks
|
|
|
|
Re: IFile [message #89022 is a reply to message #88993] |
Wed, 21 May 2008 05:38  |
Eclipse User |
|
|
|
These classes reside in org.eclipse.core.resources bundle which has
minimal dependencies and no UI functionality. Their usage is completely
orthogonal to whether RAP or RCP are used.
But you're probably asking about bundles which use o.e.core.resources,
for example o.e.ui.ide. They typically use full eclipse UI and are not
compatible with RAP. If you want to use these, your best bet is to port
subset of packages in these bundles to RAP. I've done this to a limited
extent and is a workable solution.
-a
Tim wrote:
> I would like to use something instead of the RCP resource types (ie.
> IContainer, IFile, IResource, ResourcesPlugin).
> Do you have any examples/ideas how to handle them?
> Thanks
>
|
|
|
Powered by
FUDForum. Page generated in 0.03994 seconds