com.ibm.etools.iseries.editor.language.model
Class DdsModelLpexAdapter.ResequenceJob
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
com.ibm.etools.iseries.editor.language.model.DdsModelLpexAdapter.DdsJob
com.ibm.etools.iseries.editor.language.model.DdsModelLpexAdapter.ResequenceJob
- All Implemented Interfaces:
- Comparable, IAdaptable
- Enclosing class:
- DdsModelLpexAdapter
- public class DdsModelLpexAdapter.ResequenceJob
- extends com.ibm.etools.iseries.editor.language.model.DdsModelLpexAdapter.DdsJob
Asynchronously resequence the sequence numbers in the DDS model based on the Lpex editor contents
This job belongs to the family of jobs that parse the DDS model for this editor.
Methods inherited from class org.eclipse.core.runtime.jobs.Job |
addJobChangeListener, cancel, done, 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 |
DdsModelLpexAdapter.ResequenceJob
public DdsModelLpexAdapter.ResequenceJob()
run
public IStatus run(IProgressMonitor monitor)
- Go through the model and assign the sequence numbers from the editor
belongsTo
public boolean belongsTo(Object family)
hasStarted
public boolean hasStarted()
setHasStarted
protected void setHasStarted()
- Keep track of whether this job has started to run
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.