public interface IIncrementable
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Devuelve la etiqueta de la ventana IncrementableTask
|
String |
getLog()
Devuelve el contenido del log de la ventana IncrementableTask
|
int |
getPercent()
Devuelve el porcentaje de 0 a 100 de la ventana IncrementableTask
|
String |
getTitle()
Devuelve el titulo de la ventana IncrementableTask
|
boolean |
isCancelable()
Determines if this process can be canceled.
|
boolean |
isPausable()
Determines if this process can be paused.
|
String getTitle()
String getLog()
String getLabel()
int getPercent()
boolean isCancelable()
Determines if this process can be canceled.
true
if this process can be canceled, otherwise false
boolean isPausable()
Determines if this process can be paused.
true
if this process can be paused, otherwise false