JIDE 3.5.15

com.jidesoft.treemap
Interface TreeMapWorker

All Known Implementing Classes:
AbstractTreeMapModel.Worker

public interface TreeMapWorker

Interface used when performing treemap updates.


Method Summary
 void cancel()
          Cancel the work being done.
 boolean isCancelled()
          Indicates whether the work has been cancelled.
 void setProgress(int progress)
           
 

Method Detail

cancel

void cancel()
Cancel the work being done.


isCancelled

boolean isCancelled()
Indicates whether the work has been cancelled.

Returns:
true if cancelled, false otherwise

setProgress

void setProgress(int progress)

JIDE 3.5.15