Uses of Interface
java.lang.Runnable

Packages that use Runnable
com.ibm.oti.vm   
de.cau.cs.kieler.core.kivi.internal Internal classes for the View Management, not visible by other plugins. 
de.cau.cs.kieler.core.kivi.test Test cases for the View Management. 
de.cau.cs.kieler.core.ui.util Utility classes for usage in the Eclipse UI. 
de.cau.cs.kieler.kev.mapping.animations The class MapAnimations.java applies the animations to the svg document. 
de.cau.cs.kieler.kiml.ui.util Utility classes for the KIML UI plugin. 
de.cau.cs.kieler.klots.util KLOTS utility classes. 
de.cau.cs.kieler.sim.kiem.automated.execution This package contains the classes responsible for running the actual execution. 
de.cau.cs.kieler.sim.kiem.execution This package contains the classes for the raw execution, the thread handling and synchronization as well as for the data pool and timeout error implementation. 
de.cau.cs.kieler.synccharts.diagram.providers   
de.cau.cs.kieler.synccharts.synchronizer   
java.lang Core Java classes 
lejos.addon.gps The lejos.addon.gps package provides GPS parsing. 
lejos.addon.keyboard Support for Bluetooth SPP keyboards 
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.nxt.addon Access to third party and legacy RCX sensors, motors and other hardware not included in the Lego NXT kit 
lejos.nxt.comm NXT communication classes 
 

Uses of Runnable in com.ibm.oti.vm
 

Methods in com.ibm.oti.vm with parameters of type Runnable
static void VM.addShutdownClass(Runnable hook)
          Stub for IBM J9 MIDP implementation.
 

Uses of Runnable in de.cau.cs.kieler.core.kivi.internal
 

Classes in de.cau.cs.kieler.core.kivi.internal that implement Runnable
 class CombinationsWorker
          Worker thread that handles the evaluation and execution of all combinations.
 class EffectsWorker
          Worker thread that handles the execution of effects.
 

Uses of Runnable in de.cau.cs.kieler.core.kivi.test
 

Classes in de.cau.cs.kieler.core.kivi.test that implement Runnable
 class TestTriggerA
          A simple Trigger for unit tests that runs in an own thread and triggers from time to time.
 class TestTriggerB
          A simple Trigger for unit tests that runs in an own thread and triggers from time to time.
 class TestTriggerSpammer
          A simple Trigger for unit tests that runs in an own thread and triggers every 1ms, i.e.
 class TestTriggerSpammerSynchronized
          A simple Trigger for unit tests that runs in an own thread and triggers every 1ms, i.e.
 

Uses of Runnable in de.cau.cs.kieler.core.ui.util
 

Methods in de.cau.cs.kieler.core.ui.util with parameters of type Runnable
static void MonitoredOperation.runInUI(Runnable runnable, boolean synch)
          Execute the given runnable in the UI thread.
 

Uses of Runnable in de.cau.cs.kieler.kev.mapping.animations
 

Classes in de.cau.cs.kieler.kev.mapping.animations that implement Runnable
 class RunnableAnimation
           
 

Uses of Runnable in de.cau.cs.kieler.kiml.ui.util
 

Methods in de.cau.cs.kieler.kiml.ui.util with parameters of type Runnable
static void KimlUiUtil.runModelChange(Runnable runnable, TransactionalEditingDomain editingDomain, String label)
          Performs the model changes specified in the given runnable in a safe context.
 

Uses of Runnable in de.cau.cs.kieler.klots.util
 

Classes in de.cau.cs.kieler.klots.util that implement Runnable
 class RemotePrintReceiver
           
 

Uses of Runnable in de.cau.cs.kieler.sim.kiem.automated.execution
 

Classes in de.cau.cs.kieler.sim.kiem.automated.execution that implement Runnable
static class CancelManager.MonitorChecker
          This thread checks whether the user canceled the monitor while a step was being processed.
 

Uses of Runnable in de.cau.cs.kieler.sim.kiem.execution
 

Classes in de.cau.cs.kieler.sim.kiem.execution that implement Runnable
 class InitializeExecution
          This implements the concurrent initialization that can be aborted from outside e.g.
 class ObserverExecution
          The Class ObserverExecution.
 class ProducerExecution
          The Class ProducerExecution.
 class TimeoutThread
          The Class TimeoutThread.
 

Uses of Runnable in de.cau.cs.kieler.synccharts.diagram.providers
 

Methods in de.cau.cs.kieler.synccharts.diagram.providers with parameters of type Runnable
static void SyncchartsValidationProvider.runWithConstraints(TransactionalEditingDomain editingDomain, Runnable operation)
           
 

Uses of Runnable in de.cau.cs.kieler.synccharts.synchronizer
 

Classes in de.cau.cs.kieler.synccharts.synchronizer that implement Runnable
 class InvokeGMFEditorSynchronizationRunnable
          A Runnable encapsulating the activities for synchronizing a graphical view.
 class InvokeXtextEditorSynchronizationRunnable
          A Runnable encapsulating the activities for synchronizing a textual view.
 

Uses of Runnable in java.lang
 

Classes in java.lang that implement Runnable
 class Thread
          A thread of execution (or task).
 

Constructors in java.lang with parameters of type Runnable
Thread(Runnable target)
           
Thread(String name, Runnable target)
           
 

Uses of Runnable in lejos.addon.gps
 

Classes in lejos.addon.gps that implement Runnable
 class GPS
          This class manages a data received from a GPS Device.
 class SimpleGPS
          This class manages data received from a GPS Device.
 

Uses of Runnable in lejos.addon.keyboard
 

Classes in lejos.addon.keyboard that implement Runnable
 class Keyboard
          This class will only work with SPP keyboards, not standard HID keyboards.
 

Uses of Runnable in lejos.nxt
 

Classes in lejos.nxt that implement Runnable
 class Motor.Regulator
          inner class to regulate speed; also stop motor at desired rotation angle
 

Uses of Runnable in lejos.nxt.addon
 

Classes in lejos.nxt.addon that implement Runnable
 class RCXRotationSensor
          Provide access to the Lego RCX Rotation Sensor.
protected  class RCXRotationSensor.Reader
           
 

Uses of Runnable in lejos.nxt.comm
 

Classes in lejos.nxt.comm that implement Runnable
 class LCPBTResponder
          Support for LCP commands over Bluetooth in user programs.
 class LCPResponder
          Support for LCP commands
 class RConsole
          This class provides a simple way of sending output for viewing on a PC.