Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] TR: Organize Import


If the file is a Java file you can get the ICompilationUnit with JavaCore.create(IFile).
Please use the newsgroup for this kind of questions. Thanks.

Martin




"Xavier ANDRE" <xavier.andre@xxxxxxxxxxxxxxxxx>
Sent by: jdt-ui-dev-bounces@xxxxxxxxxxx

09/23/2005 05:23 PM

Please respond to
"Eclipse JDT UI developers list." <jdt-ui-dev@xxxxxxxxxxx>

To
<jdt-ui-dev@xxxxxxxxxxx>
cc
Subject
[jdt-ui-dev] TR: Organize Import





Hi,
 
I’m developing a plugin and I would like to call the OrganizeImportAction class.
But I don’t know how since the only element I have is a IFile object.
 
Thanks for your help.
Xavier
 _______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev


Back to the top