public static interface RFDialog.IDialogProgress extends RFDialog.IDialog
Modifier and Type | Method and Description |
---|---|
javax.swing.JLabel |
getHeader()
Gets the header label of the dialog box.
|
void |
setProgress(int progress_)
Sets the progress level of the dialog box.
|
void |
showErrors(ICDIDevice.EApplicationModel model,
int delay,
java.util.List<java.lang.String> lstErrors)
List all relevant errors on initializing this application with the
CDI servers.
|
void |
showErrors(int delay_,
java.util.List<java.lang.String> lstErrors_)
Deprecated.
You should use {@link #showErrors(EApplicationModel, int, List)
|
close, isActive, showDialog
javax.swing.JLabel getHeader()
void setProgress(int progress_)
progress_
- The progress level.@Deprecated void showErrors(int delay_, java.util.List<java.lang.String> lstErrors_)
delay_
- Delay time after showing the errors in seconds.lstErrors_
- A list of error strings.void showErrors(ICDIDevice.EApplicationModel model, int delay, java.util.List<java.lang.String> lstErrors)
model
- Specifies the application model.delay_
- Delay time after showing the errors in seconds.lstErrors_
- A list of error strings.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft