Package wt.clients.vc

Class UndoCheckoutTask

java.lang.Object
wt.clients.vc.UndoCheckoutTask

public class UndoCheckoutTask extends Object
Class UndoCheckoutTask is a generic task class which performs the undoing of the check-out of a checked out object. To perform an undoing of a check-out, this class only needs to be given a parent Applet, which provides context, a Frame to parent dialogs launched in this undo task and the Workable object for which the check-out is to be undone:
       UndoCheckoutTask undo_checkout_task = 
                     new UndoCheckoutTask( my_applet, my_frame, checked_out_obj );
       undo_checkout_task.undoCheckout();
  


Supported API: true

Extendable: false
See Also: