Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] I need help

Hi,

you are right, IFileEditorInput is in org.eclipse.ui check the ui.jar is on
path



Regards
Sreenivas
----- Original Message -----
From: <ass4@xxxxxxxxx>
To: <gef-dev@xxxxxxxxxxx>
Sent: Tuesday, January 25, 2005 5:26 AM
Subject: [gef-dev] I need help


> Hello everybody,
>
> I am a spanish student and I have a problem. I am developing a graphical
> editor with GEF with Eclipse 3.0.1. I am trying to Serialize my model
objects.
> For do that, i have the method setInput(IEditorInput input) in my subclass
of
> GraphicalEditorWithPalette. In this method I write the next line of code,
> IFile file = ((IFileEditorInput)input).getFile(), but I couldnĀ“t compile
it
> because it not find the IfileEditorInput class. I think that the
> IFileEditorInput class are in the org.eclipse.ui package but the error
persist.
>
> Where is the IFileEditorInput class?
>
> Please help me!
>
>
>
> -------------------------------------------------
> This mail sent through IMP: http://horde.org/imp/
>
> _______________________________________________
> gef-dev mailing list
> gef-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/gef-dev



Back to the top