Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How can I get IProgressMonitor
How can I get IProgressMonitor [message #82173] Thu, 31 July 2003 06:30 Go to next message
Eclipse UserFriend
Originally posted by: hoalqus.hotmail.com

Hi
How can I get IProgressMonitor.
for example
I code:
ProgressMonitor monitor;
...............
................
runner.run(monitor)


it NullPointerException.

I don't know the way to get IProgetMonitor. Who can tell me??
Hoalq
Re: How can I get IProgressMonitor [message #82529 is a reply to message #82173] Fri, 01 August 2003 12:57 Go to previous messageGo to next message
Eclipse UserFriend
For example you can use ProgressMonitorDialog,
or NullProgressMonitor. You can also ask the workbench to run your code
and then you get the progress monitor like in eclipse build operations.
(i may be wrong about the exact class names, but you get the idea).

Genady

h
oalq wrote:
> Hi
> How can I get IProgressMonitor.
> for example
> I code:
> ProgressMonitor monitor;
> ..............
> ...............
> runner.run(monitor)
>
>
> it NullPointerException.
>
> I don't know the way to get IProgetMonitor. Who can tell me??
> Hoalq
>
Re: How can I get IProgressMonitor [message #82625 is a reply to message #82529] Fri, 01 August 2003 23:00 Go to previous message
Eclipse UserFriend
Originally posted by: hoalqus.hotmail.com

thanks for your answer
Genady wrote:

> For example you can use ProgressMonitorDialog,
> or NullProgressMonitor. You can also ask the workbench to run your code
> and then you get the progress monitor like in eclipse build operations.
> (i may be wrong about the exact class names, but you get the idea).

> Genady

> h
> oalq wrote:
> > Hi
> > How can I get IProgressMonitor.
> > for example
> > I code:
> > ProgressMonitor monitor;
> > ..............
> > ...............
> > runner.run(monitor)
> >
> >
> > it NullPointerException.
> >
> > I don't know the way to get IProgetMonitor. Who can tell me??
> > Hoalq
> >
Previous Topic:No way to get details on Exceptions/Errors during JUnit suite setup
Next Topic:list .classpath and .project
Goto Forum:
  


Current Time: Tue Jul 22 08:32:35 EDT 2025

Powered by FUDForum. Page generated in 0.04267 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top