Re: progress view for jobs is showing in My RCP app , only when i include org.eclipse.ui.ide or org [message #436529] |
Mon, 12 September 2005 09:28 |
Eclipse User |
|
|
|
Originally posted by: kent.generatescape.com
First you need this definition in your plugin.xml
<view
name="Progress View"
icon="icons/progress.png"
category="org.eclipse.ui"
class="org.eclipse.ui.ExtensionFactory:progressView"
id="org.eclipse.ui.views.ProgressView">
</view>
then you can add the progressview as a view in the PerspectiveFactory:
private static final String ID_PROGRESSVIEW =
"org.eclipse.ui.views.ProgressView";
leftFolder.addView(ID_PROGRESSVIEW);
"inno" <inno@localnet.sk> wrote in message
news:dfu90i$rnu$1@news.eclipse.org...
> Can somebody tell me how to enable progress view for jobs ?
> It is only showing when i include ide or editor plugin in my dependecy
> list but i dont want to have them included .
> Is there any solution ? I have read about ProgressMonitor.getInstance()
> but it has restricted access.
> Is there any normal way to solve this problem?
> or I have to make my own view.
>
> Many thanx
>
> Rene.
|
|
|
Powered by
FUDForum. Page generated in 0.02643 seconds