Uses of Class
cz.cuni.jagrlib.gui.MainWindow.RunningWorker

Packages that use MainWindow.RunningWorker
cz.cuni.jagrlib.gui GUI classes for the JaGrLib project. 
 

Uses of MainWindow.RunningWorker in cz.cuni.jagrlib.gui
 

Fields in cz.cuni.jagrlib.gui with type parameters of type MainWindow.RunningWorker
protected  java.util.Map<java.lang.Thread,MainWindow.RunningWorker> MainWindow.running
          Actual running worker threads.
 

Methods in cz.cuni.jagrlib.gui with parameters of type MainWindow.RunningWorker
protected  void MainWindow.removeRunning(MainWindow.RunningWorker w)
          Must be called in synchronized section.