Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » IFile
IFile [message #88993] Wed, 21 May 2008 08: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 09:32 Go to previous messageGo to next message
Martin Dilger is currently offline Martin DilgerFriend
Messages: 54
Registered: July 2009
Member
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 09:38 Go to previous message
Aleksander Bandelj is currently offline Aleksander BandeljFriend
Messages: 98
Registered: July 2009
Member
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: Fri Apr 26 20:50:57 GMT 2024

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

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

Back to the top