HEADER

Uses of Class
com.developmentontheedge.jobcontrol.JobControl

Packages that use JobControl
biouml.editor.module 
com.developmentontheedge.jobcontrol 

Uses of JobControl in biouml.editor.module
 

Constructors in biouml.editor.module with parameters of type JobControl
StatusInfoDialog.StatusInfoDialog(ApplicationFrame frame, String title, Category cat, JobControl jobControl)
          A constructor
 

Uses of JobControl in com.developmentontheedge.jobcontrol
 

Classes in com.developmentontheedge.jobcontrol that implement JobControl
class AbstractJobControl
          AbstractJobControl is default implementation of JobControl interface.
 

Constructors in com.developmentontheedge.jobcontrol with parameters of type JobControl
JobControlEvent.JobControlEvent(JobControl jobControl, String message)
          Constructs JobControlEvent with specified jobControl and message
JobControlEvent.JobControlEvent(JobControl jobControl)
          Constructs JobControlEvent with specified jobControl
 

Methods in com.developmentontheedge.jobcontrol that return JobControl
JobControlJobControlEvent.getJobControl()
          Gets connected with this event JobControl
 

Methods in com.developmentontheedge.jobcontrol with parameters of type JobControl
voidJobControlPane.setJobControl(JobControl jobCtrl)
          Sets JobControl
 


FOOTER

BOTTOM