Uses of Interface
edu.stanford.smi.protegex.owl.model.Task

Packages that use Task
edu.stanford.smi.protegex.owl.model   
edu.stanford.smi.protegex.owl.model.impl   
edu.stanford.smi.protegex.owl.ui   
edu.stanford.smi.protegex.owl.ui.query   
edu.stanford.smi.protegex.owl.ui.testing   
 

Uses of Task in edu.stanford.smi.protegex.owl.model
 

Classes in edu.stanford.smi.protegex.owl.model that implement Task
 class AbstractTask
          User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Sep 12, 2005

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Fields in edu.stanford.smi.protegex.owl.model declared as Task
private  Task DefaultTaskManager.currentTask
           
 

Methods in edu.stanford.smi.protegex.owl.model with parameters of type Task
 void DefaultTaskManager.run(Task task)
           
 void DefaultTaskManager.setProgress(Task task, int progress)
           
 void DefaultTaskManager.setIndeterminate(Task task, boolean b)
           
 void DefaultTaskManager.setMessage(Task task, String message)
           
private  void DefaultTaskManager.runInNewThread(Task task)
           
 void TaskManager.run(Task task)
           
 void TaskManager.setIndeterminate(Task task, boolean b)
           
 void TaskManager.setMessage(Task task, String message)
           
 void TaskManager.setProgress(Task task, int progress)
           
 void TaskProgressDisplay.begin(Task task)
          Starts the display of progress to the user.
 

Uses of Task in edu.stanford.smi.protegex.owl.model.impl
 

Methods in edu.stanford.smi.protegex.owl.model.impl with parameters of type Task
 void NoopProgressDisplay.begin(Task task)
           
 

Uses of Task in edu.stanford.smi.protegex.owl.ui
 

Fields in edu.stanford.smi.protegex.owl.ui declared as Task
private  Task ProgressDisplayDialog.currentTask
           
 

Methods in edu.stanford.smi.protegex.owl.ui with parameters of type Task
 void ProgressDisplayDialog.begin(Task task)
           
 

Uses of Task in edu.stanford.smi.protegex.owl.ui.query
 

Methods in edu.stanford.smi.protegex.owl.ui.query with parameters of type Task
protected  List FindAssertionsAction.run(OWLTest[] tests, Task task)
           
 

Uses of Task in edu.stanford.smi.protegex.owl.ui.testing
 

Methods in edu.stanford.smi.protegex.owl.ui.testing with parameters of type Task
protected abstract  List AbstractOWLTestAction.run(OWLTest[] tests, Task task)
           
protected  List OWLTestInstanceAction.run(OWLTest[] tests, Task task)
           
protected  List OWLTestAction.run(OWLTest[] tests, Task task)
           
protected  List ShowTodoListAction.run(OWLTest[] tests, Task task)