Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » IFileEditorInput not there
IFileEditorInput not there [message #217298] Fri, 02 June 2006 14:19 Go to next message
Eclipse UserFriend
Originally posted by: manju.zzz.com

I dont find the IFileEditorInput in the org.eclipse.ui package (eclipse
3.1.2). I am just trying to save the files, following the way Logic and
Shape examples save the file.

IFile file = ((IFileEditorInput) getEditorInput()).getFile();

Is there better way doing this?

Thanks
Manju
Re: IFileEditorInput not there [message #218382 is a reply to message #217298] Fri, 23 June 2006 12:54 Go to previous message
Nhu Le is currently offline Nhu LeFriend
Messages: 47
Registered: July 2009
Member
It should be in org.eclipse.ui.ide_<version>.jar.


Manju wrote:
> I dont find the IFileEditorInput in the org.eclipse.ui package (eclipse
> 3.1.2). I am just trying to save the files, following the way Logic and
> Shape examples save the file.
> IFile file = ((IFileEditorInput) getEditorInput()).getFile();
>
> Is there better way doing this?
>
> Thanks
> Manju
>
Previous Topic:Will antialiasing API appear on IFigure?
Next Topic:Figure.validate() crashes
Goto Forum:
  


Current Time: Thu Mar 28 20:13:21 GMT 2024

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

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

Back to the top