|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.ui.progress.UIJob
org.eclipse.ui.progress.WorkbenchJob
com.ibm.jdg2e.resources.programming.events.TraceToListJob
Job is used to write to list widget in user interface. Job used, with forced
sequencing using a SequenceRule scheduling rule, instead of using
a call to syncExec call.
| Field Summary |
| Fields inherited from class org.eclipse.core.runtime.jobs.Job |
ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING |
| Fields inherited from class org.eclipse.core.internal.jobs.InternalJob |
manager |
| Constructor Summary | |
TraceToListJob(java.lang.String jobName,
java.lang.String prefix,
java.lang.String msg,
java.lang.String rclMode)
|
|
| Method Summary | |
org.eclipse.core.runtime.IStatus |
runInUIThread(org.eclipse.core.runtime.IProgressMonitor monitor)
Gets list widget using call to plug-in and writes passed message if the widget has not been disposed. |
| Methods inherited from class org.eclipse.ui.progress.WorkbenchJob |
performDone, shouldRun, shouldSchedule |
| Methods inherited from class org.eclipse.ui.progress.UIJob |
errorStatus, getDisplay, run, setDisplay |
| 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, 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
| Constructor Detail |
public TraceToListJob(java.lang.String jobName,
java.lang.String prefix,
java.lang.String msg,
java.lang.String rclMode)
jobName - prefix - msg - rclMode - | Method Detail |
public org.eclipse.core.runtime.IStatus runInUIThread(org.eclipse.core.runtime.IProgressMonitor monitor)
UIJob.runInUIThread(org.eclipse.core.runtime.IProgressMonitor)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||