Hallo,
I mean a QVTO Editor.
I habe open this editor in my RCP Application with FileStoreEditorInput
IDE.openEditor(fileStoreEditorInput, Editor_ID, true);
but I become one ClassCastException because QVT Editor uses a
FileEditorInput:
java.lang.ClassCastException:
org.eclipse.m2m.qvt.oml.horus.editor.QVTEditorProvider$QVTUR
IEditorInput cannot be cast to org.eclipse.ui.part.FileEditorInput
when I use a FileEditorInput, I become another Exception that my IFile
don't exist.
do you have an idea what could be the problem?
please help me.
Thanks