com.buglabs.dragonfly.ui.actions
Class RemoveBundleJob

java.lang.Object
  extended by org.eclipse.core.runtime.PlatformObject
      extended by org.eclipse.core.internal.jobs.InternalJob
          extended by org.eclipse.core.runtime.jobs.Job
              extended by com.buglabs.dragonfly.ui.actions.RemoveBundleJob
All Implemented Interfaces:
java.lang.Comparable, org.eclipse.core.runtime.IAdaptable

public class RemoveBundleJob
extends org.eclipse.core.runtime.jobs.Job

Removes selected bundles from the BUG and the view

Author:
akravets

Field Summary
static java.lang.String ACTION_ID
           
 
Fields inherited from class org.eclipse.core.runtime.jobs.Job
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
 
Constructor Summary
RemoveBundleJob(java.lang.String name, ProgramNode[] nodes)
          Constructor
 
Method Summary
 
Methods inherited from class org.eclipse.core.runtime.jobs.Job
addJobChangeListener, belongsTo, cancel, done, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, removeJobChangeListener, schedule, schedule, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, wakeUp, wakeUp
 
Methods inherited from class org.eclipse.core.internal.jobs.InternalJob
compareTo, toString
 
Methods inherited from class org.eclipse.core.runtime.PlatformObject
getAdapter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Field Detail

ACTION_ID

public static final java.lang.String ACTION_ID
See Also:
Constant Field Values
Constructor Detail

RemoveBundleJob

public RemoveBundleJob(java.lang.String name,
                       ProgramNode[] nodes)
Constructor

Parameters:
name - name of this job
nodes - array of bundles to be removed