Problems with IStorageEditorInput [message #242774] |
Thu, 08 May 2008 12:24  |
Eclipse User |
|
|
|
Originally posted by: 14.08.99.gmx.de
Hi,
My little GEF-editor is embedded in an RCP. I want to save my Diagrams
in a database. So I decided to implement the interface
IStorageEditorInput in MyEditorInput (bad idea???).
The editor is called via an action in a package of the RCP.
***
MyEditorInput editorInput = new MyEditorInput();
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage().openEditor((IEditorInput)
editorInput,MyEditor.ID);
***
Now I get an error. Eclipse wants me to configure the build path, but I
don't know in wich way... "The type org.eclipse.ui.IStorageEditorInput
cannot be resolved. It is indirectly referenced from
required .class files"
I tried some other interfaces. With IPathEditorInput (not useable for
storage in db) i got no probs...
Any ideas?
br,
Guido
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.11606 seconds