Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » ProgressMonitorDialog issue ?
ProgressMonitorDialog issue ? [message #595407] Sat, 27 September 2003 11:28
Adrian Spinei is currently offline Adrian SpineiFriend
Messages: 3
Registered: July 2009
Junior Member
Hi,

Not sure if this is the right newsgroup to ask, but here it is ...
Could not find any reference in Bugzilla, maybe a kind soul around here cah
help.

I am working on a plugin with a long Action which is implemented as
following :
/////////////////////////////////
public class VerifIntegriteAction implements IObjectActionDelegate,
IRunnableWithProgress
{
[...]
public void run(IProgressMonitor monitor) throws InvocationTargetException,
InterruptedException
{
try
{
Object sel = targetPart.getSite().getSelectionProvider();
if (sel instanceof TreeViewer)
{
[...]
if (obj instanceof IContainer)
{
maxFiles = CustomFileManagerSingleton.countFiles((IContainer) obj);
monitor.beginTask("V
Previous Topic:ProgressMonitorDialog issue ?
Next Topic:compiling with jikes support?
Goto Forum:
  


Current Time: Thu Apr 18 05:43:08 GMT 2024

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

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

Back to the top