Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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/



Back to the top