Uses of Interface
net.sf.kernow.internal.Cancellable

Packages that use Cancellable
net.sf.kernow.internal   
net.sf.kernow.schema   
net.sf.kernow.transform   
net.sf.kernow.ui   
 

Uses of Cancellable in net.sf.kernow.internal
 

Methods in net.sf.kernow.internal with parameters of type Cancellable
 void CancelObserver.updateCancelStatus(Cancellable c)
           
 void CancelObserver.updateCancelStatus(Cancellable c)
           
 

Uses of Cancellable in net.sf.kernow.schema
 

Methods in net.sf.kernow.schema with parameters of type Cancellable
 void SchemaValidator.updateCancelStatus(Cancellable c)
           
 void SchemaValidator.updateCancelStatus(Cancellable c)
           
 

Uses of Cancellable in net.sf.kernow.transform
 

Methods in net.sf.kernow.transform with parameters of type Cancellable
 void DirectoryTransformer.updateCancelStatus(Cancellable c)
           
 void SingleFileTransformer.updateCancelStatus(Cancellable c)
           
 void SingleFileTransformer.updateCancelStatus(Cancellable c)
           
 void DirectoryTransformer.updateCancelStatus(Cancellable c)
           
 

Uses of Cancellable in net.sf.kernow.ui
 

Classes in net.sf.kernow.ui that implement Cancellable
 class TabbedView