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 #58276] Sat, 27 September 2003 11:28
Eclipse UserFriend
Originally posted by: asp.infologic.fr

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:System Requirements
Next Topic:ProgressMonitorDialog issue ?
Goto Forum:
  


Current Time: Thu Apr 25 19:11:30 GMT 2024

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

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

Back to the top