|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The application will provide a LocalJobBuilder to all LocalDIMs. Those DIMs must use the LocalJobBuilder to create a new local job.
LocalDIM
Method Summary | |
void |
clearProgressModel()
|
void |
createJob(java.lang.String dataSourceName)
Tells the Job Builder to create a job, which it does by calling the DIM's openDataSet method with the specified dataSourceName . |
void |
setEventSource(EventSource source)
Allows a LocalDIM to delay setting the EventSource in the case that opening the EventSouce may take a long time. |
void |
setMessage(java.lang.String message)
Puts a message in the message window (e.g. |
void |
setProgressModel(javax.swing.BoundedRangeModel model)
Enables the event source to take control of the progress meter, so the user can be given feedback on what is going on. |
Method Detail |
public void createJob(java.lang.String dataSourceName)
dataSourceName
.AbstractDIM.openDataSet(String)
public void setMessage(java.lang.String message)
public void setProgressModel(javax.swing.BoundedRangeModel model)
public void clearProgressModel()
public void setEventSource(EventSource source)
source
- The newly opened EventSource to be added to the job.AbstractDIM.openDataSet(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |