Struggling with IEditorInput [message #285665] |
Sun, 22 May 2005 13:06  |
Eclipse User |
|
|
|
Hi all,
I'm just starting my first attempt at building an Eclipse plugin and after
a few minor issues have hit a wall with the IEditorInput parameter to my
IEditorPart.init implementation. The interface itself supplies no useful
methods. In the debugger I can see that I'm actually being given a
FileEditorInput which _does_ have useful methods, but despite what the
debugger and docs say, I can't get at either an
org.eclipse.ui.IFileEditorInput or an org.eclipse.ui.part.FileEditorInput
- they don't show up in my workbench.jar dependency and attempts to import
them into a .java file are reported as errors.
Can some kind soul suggest what I'm doing wrong? I'm not an experienced
Java dev by any means, so cataclysmically stupid newbie mistakes are
entirely possible.
cheers,
Mike
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03832 seconds