public final class RFDialog<T>
extends java.lang.Object
EDialog
, the corresponding
dialog frame as the interface of RFDialog.IDialog
and represents it on
screen. Most of the dialogs can set a text field
(RFDialog.IDialog.setText(String)
)) and the actual level of the
progress bar (RFDialog.IDialog.setProgress(int)
) for showing its
initialization. But never the less all dialogs can be closed with the
RFDialog.IDevice.close()
method.Modifier and Type | Class and Description |
---|---|
static class |
RFDialog.EDialog
Is the internal enumeration used by this class.
|
static interface |
RFDialog.IDialog
The interface of a dialog box.
|
static interface |
RFDialog.IDialogProgress
The interface of a progress dialog box.
|
static interface |
RFDialog.IVersion
Interface of the application name and its version.
|
Modifier and Type | Field and Description |
---|---|
static int |
DELAY_INIT_ERROR
The delay time after an errors occurred in seconds.
|
Constructor and Description |
---|
RFDialog() |
Modifier and Type | Method and Description |
---|---|
static <T> RFDialog.IDialog |
getDialog(RFDialog.EDialog dialog_,
T... object_)
Returns the corresponding dialog box of the enumeration of
dialog_ . |
public static final int DELAY_INIT_ERROR
public static <T> RFDialog.IDialog getDialog(RFDialog.EDialog dialog_, T... object_)
dialog_
.dialog_
- The corresponding dialog box.object_
- A list of objects of type T.RDDialog.IDevice
.14-September-2016 18:23 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft