Class Cancel
java.lang.Object
org.gvsig.gui.beans.incrementabletask.Cancel
- All Implemented Interfaces:
Cancellable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if the related task must be canceled.voidsetCanceled(boolean b) Insertar si se debe cancelar el dibujado.
-
Constructor Details
-
Cancel
public Cancel()Crea un nuevo CancelDraw.
-
-
Method Details
-
setCanceled
public void setCanceled(boolean b) Insertar si se debe cancelar el dibujado.- Specified by:
setCanceledin interfaceCancellable- Parameters:
b- true si se debe cancelar el dibujado.- See Also:
-
isCanceled
public boolean isCanceled()Description copied from interface:CancellableDetermines if the related task must be canceled.
- Specified by:
isCanceledin interfaceCancellable- Returns:
trueif task must been canceled; otherwisefalse- See Also:
-