Posted By:
ChOken_Lundblad
Posted On:
Sunday, October 14, 2007 11:25 AM
Hi, I'm trying to import org.eclipse.ui.part.ResourceTransfer . in which plugin do I find it? I thought it was in org.eclipse.ui.workbench , but the intelli-sense popup can't find it. I have also listed the following plugins as required in my plugin/project's plugin-editor. org.eclipse.core.resources org.eclipse.core.runtime org.eclipse.debug.ui org.eclipse.help org.eclipse.help.ui org.eclipse.jdt.core org.eclipse.jdt.ui org.eclipse.jface // Indirect org.eclipse.jface.text org.eclipse.swt // Indirect org.eclipse.text // Indirect org.eclipse.ui org.eclipse.ui.editors org.eclipse.ui.views
More>>
Hi, I'm trying to import
org.eclipse.ui.part.ResourceTransfer
. in which plugin do I find it? I thought it was in
org.eclipse.ui.workbench
, but the intelli-sense popup can't find it.
I have also listed the following plugins as required in my plugin/project's plugin-editor.
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.debug.ui
org.eclipse.help
org.eclipse.help.ui
org.eclipse.jdt.core
org.eclipse.jdt.ui
org.eclipse.jface // Indirect
org.eclipse.jface.text
org.eclipse.swt // Indirect
org.eclipse.text // Indirect
org.eclipse.ui
org.eclipse.ui.editors
org.eclipse.ui.views
org.eclipse.ui.workbench // Indirect
org.eclipse.ui.workbench.texteditor
org.eclipse.core.runtime.compatibility
org.eclipse.osgi // Indirect
org.eclipse.ui.ide
Please help me. I'm stuck in the middle of Addison-Wesley's book course "Eclipse: Building Commercial Quality Plug-ins".
Thanks in advance.
<<Less