Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IAdaptable / IResource
IAdaptable / IResource [message #32449] Wed, 14 May 2003 15:33 Go to next message
Eclipse UserFriend
Originally posted by: pieter.geldof.belgacom.net

Hi,

Would it be possible to write a plugin that defines an instance of
java.util.Collection existing in memory as a special type of resource (via
implementation of IResource or IAdaptable ?)

If yes, how can it be done and would the views and editors of any use to
edit the collection or the elements of the collection ?

If not, why not ?

Thanks,
Re: IAdaptable / IResource [message #33507 is a reply to message #32449] Thu, 15 May 2003 12:41 Go to previous message
Eclipse UserFriend
Originally posted by: chaves.inf.ufsc.br_nospam

That is not possible.

There is no support for custom resources in the resources API. An
IResource must be a file (IFile), a folder (IFolder), a project (IProject)
or the workspace root (IWorkspaceRoot), and the resources plug-in
implementation exclusively provides implementations for these interfaces.

Sorry for the bad news...

Rafael
Previous Topic:problem in creating project using resin
Next Topic:project nature
Goto Forum:
  


Current Time: Thu Jul 10 08:26:04 EDT 2025

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

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

Back to the top