wt.clients.vc
Class CheckOutTask

java.lang.Object
  extended by wt.clients.vc.CheckOutTask

public class CheckOutTask
extends Object

Class CheckOutTask is a generic task class which performs the checking out of a Workable object. To perform a check-out of an object, this class only needs to be given a parent Applet, which provides context, a Frame to parent dialogs launched in the check-out task, the Folder in which to place the working copy of the checked out object and the Workable object to be checked out:

       CheckOutTask checkout_task =
                   new CheckInTask( my_applet, my_frame, checkout_folder, checked_out_obj );
       checkout_task.checkout();
  


Supported API: true

Extendable: false

See Also:
Workable

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait