|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProgressIndicator | |
---|---|
fi.helsinki.dacopan.pef | Protocol events file (PEF) reader functionality. |
fi.helsinki.dacopan.scenario | Classes for saving and loading the scenario data. |
fi.helsinki.dacopan.ui | User interface classes, frames, panels etc. |
Uses of ProgressIndicator in fi.helsinki.dacopan.pef |
---|
Methods in fi.helsinki.dacopan.pef with parameters of type ProgressIndicator | |
---|---|
protected void |
XMLProtocolEventsReader.processUnits(ProgressIndicator indicator)
|
void |
XMLProtocolEventsReader.read(java.io.Reader reader,
DataView view,
ProgressIndicator indicator)
Reads in the contents of the reader and notifies the given indicator of any progress being made. |
void |
ProtocolEventsReader.read(java.io.Reader reader,
DataView view,
ProgressIndicator indicator)
Processes the data from the reader and populates the data view with the corresponding data structures. |
Uses of ProgressIndicator in fi.helsinki.dacopan.scenario |
---|
Methods in fi.helsinki.dacopan.scenario with parameters of type ProgressIndicator | |
---|---|
void |
ScenarioFile.load(java.util.Collection saveables,
DataView view,
ProgressIndicator indicator)
Populates the given collection of Saveables and the DataView from |
void |
ScenarioFile.populateView(DataView view,
ProgressIndicator indicator)
|
Uses of ProgressIndicator in fi.helsinki.dacopan.ui |
---|
Classes in fi.helsinki.dacopan.ui that implement ProgressIndicator | |
---|---|
class |
DialogProgressIndicator
Progress indicator based on ProgressMonitor, a standard Swing class. |
static class |
ProgressIndicator.NoopIndicator
A no-op dummy indicator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |