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.internal.jobs.InternalJob>
,org.eclipse.core.runtime.IAdaptable
,IScriptRegistry
,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
ConstructorsConstructorDescriptionPythonEventDispatchJob
(IEventProcessor host, IEventProcessor debugger) Constructor creating newPythonScriptRegistry
for overload. -
Method Summary
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
-
Constructor Details
-
PythonEventDispatchJob
Constructor creating newPythonScriptRegistry
for overload.- See Also:
-
EventDispatchJob(IEventProcessor, IEventProcessor, IScriptRegistry)
-
-
Method Details
-
getScript
Description copied from interface:IPythonScriptRegistry
-
getReference
Description copied from interface:IPythonScriptRegistry
- Specified by:
getReference
in interfaceIPythonScriptRegistry
- Parameters:
script
-Script
to get referenceString
for.- Returns:
- Reference
String
forScript
ornull
if no mapping found.
-