Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » IFile
IFile [message #88993] Wed, 21 May 2008 04:01 Go to next message
Eclipse UserFriend
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 #89008 is a reply to message #88993] Wed, 21 May 2008 05:32 Go to previous messageGo to next message
Eclipse UserFriend
Well,
what do you want to do?
you could use standard File-API for example.
Re: IFile [message #89022 is a reply to message #88993] Wed, 21 May 2008 05:38 Go to previous message
Eclipse UserFriend
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
>
Previous Topic:ActionSet visibility
Next Topic:TreeViewer VERY SLOW (IE7 and FireFox)
Goto Forum:
  


Current Time: Sat Aug 30 14:02:42 EDT 2025

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

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

Back to the top