Package | Description |
---|---|
org.wandora.utils |
Modifier and Type | Field and Description |
---|---|
private Abortable.Status |
Abortable.status |
private Abortable.Status |
AbortableProgressDialog.status |
Modifier and Type | Method and Description |
---|---|
Abortable.Status |
Abortable.getStatus() |
static Abortable.Status |
Abortable.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Abortable.Status[] |
Abortable.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Abortable.progress(double ratio,
Abortable.Status status,
java.lang.String message) |
void |
AbortableProgressDialog.progress(double ratio,
Abortable.Status status,
java.lang.String message) |
Copyright 2004-2015 Wandora Team