Class PythonEventDispatchJob

java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.core.internal.jobs.InternalJob
org.eclipse.core.runtime.jobs.Job
org.eclipse.ease.debugging.dispatcher.EventDispatchJob
org.eclipse.ease.lang.python.debugger.PythonEventDispatchJob
All Implemented Interfaces:
Comparable, org.eclipse.core.runtime.IAdaptable, IScriptRegistry, IPythonScriptRegistry

public class PythonEventDispatchJob
extends EventDispatchJob
implements IPythonScriptRegistry
  • Field Summary

    Fields inherited from class org.eclipse.core.runtime.jobs.Job

    ASYNC_FINISH, BUILD, DECORATE, INTERACTIVE, LONG, NONE, RUNNING, SHORT, SLEEPING, WAITING
  • Constructor Summary

    Constructors
    Constructor Description
    PythonEventDispatchJob​(IEventProcessor host, IEventProcessor debugger)
    Constructor creating new PythonScriptRegistry for overload.
  • Method Summary

    Modifier and Type Method Description
    String getReference​(Script script)
    Return the reference String for this Script.
    Script getScript​(String reference)
    Return the Script identified by this reference String.

    Methods inherited from class org.eclipse.ease.debugging.dispatcher.EventDispatchJob

    addEvent, getResource, getScript, put

    Methods inherited from class org.eclipse.core.runtime.jobs.Job

    addJobChangeListener, belongsTo, cancel, create, create, createSystem, createSystem, done, getJobGroup, getJobManager, getName, getPriority, getProperty, getResult, getRule, getState, getThread, isBlocking, isSystem, isUser, join, join, removeJobChangeListener, schedule, schedule, setJobGroup, setName, setPriority, setProgressGroup, setProperty, setRule, setSystem, setThread, setUser, shouldRun, shouldSchedule, sleep, toString, wakeUp, wakeUp, yieldRule

    Methods inherited from class org.eclipse.core.internal.jobs.InternalJob

    compareTo

    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.ease.debugging.IScriptRegistry

    getResource, getScript, put