wt.clients.vc
Class UndoCheckoutTask

java.lang.Object
  extended by 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:
Workable

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