wt.clients.vc
Class IterationHistoryTask

java.lang.Object
  extended bywt.clients.vc.IterationHistoryTask

Deprecated. this dialog has been replaced by the HTML page for displaying iteration history see the wt.enterprise.IterationHistoryProcessor

public class IterationHistoryTask
extends Object

This class is a support class for IterationHistoryDialog. IterationHistoryDialog displays a table of the iterations of a Iterated object. This class provides an API for services that are needed by the Dialog but whose implementation is independent of the interface and whose implementation might change independently of the Dialog's interface.

To see an example of how to use this class and how to use the Dialog IterationHistoryDialog please go to IterationHistoryDialog.

Supported API: false

Extendable: false

See Also:
IterationHistoryDialog

Field Summary
private  Applet parentApplet
          Deprecated.  
private  Frame parentFrame
          Deprecated.  
private static ResourceBundle resources
          Deprecated.  
static String RESOURCES
          Deprecated.  
private  Iterated reviseItem
          Deprecated.  
private static boolean VERBOSE
          Deprecated.  
private static String versionID
          Deprecated.  
 
Constructor Summary
IterationHistoryTask(Applet parent_applet, Frame parent_frame, Iterated revise_item)
          Deprecated. Construct a IterationHistoryTask to handle the revise of a Iterated object.
 
Method Summary
private  void dispatchRefreshEvent(Object obj, int action)
          Deprecated.  
private  WTContext getContext()
          Deprecated.  
 Applet getParentApplet()
          Deprecated. Supported API: false
 Frame getParentFrame()
          Deprecated. Supported API: false
 Iterated getReviseItem()
          Deprecated. Supported API: false
private  Frame getTopLevelFrame()
          Deprecated.  
private  void initResources()
          Deprecated.  
 Iterated iterationHistory()
          Deprecated. Supported API: false
 void setParentApplet(Applet parent_applet)
          Deprecated. Supported API: false
 void setParentFrame(Frame parent_frame)
          Deprecated. Supported API: false
 void setReviseItem(Iterated revise_item)
          Deprecated. Supported API: false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static boolean VERBOSE
Deprecated. 

versionID

private static final String versionID
Deprecated. 
See Also:
Constant Field Values

RESOURCES

public static String RESOURCES
Deprecated. 

resources

private static ResourceBundle resources
Deprecated. 

parentApplet

private Applet parentApplet
Deprecated. 

parentFrame

private Frame parentFrame
Deprecated. 

reviseItem

private Iterated reviseItem
Deprecated. 
Constructor Detail

IterationHistoryTask

public IterationHistoryTask(Applet parent_applet,
                            Frame parent_frame,
                            Iterated revise_item)
Deprecated. 
Construct a IterationHistoryTask to handle the revise of a Iterated object.

Parameters:
parent_applet - The parent Applet from which this task gets its context.
parent_frame - The parent Frame which is used to provide a Frame for launching dialogs. If no frame is provided, the applet is used in launching dialogs.
Method Detail

setParentApplet

public void setParentApplet(Applet parent_applet)
Deprecated. 
Supported API: false


getParentApplet

public Applet getParentApplet()
Deprecated. 
Supported API: false


setParentFrame

public void setParentFrame(Frame parent_frame)
Deprecated. 
Supported API: false


getParentFrame

public Frame getParentFrame()
Deprecated. 
Supported API: false


setReviseItem

public void setReviseItem(Iterated revise_item)
Deprecated. 
Supported API: false


getReviseItem

public Iterated getReviseItem()
Deprecated. 
Supported API: false


iterationHistory

public Iterated iterationHistory()
Deprecated. 
Supported API: false


initResources

private void initResources()
Deprecated. 

getTopLevelFrame

private Frame getTopLevelFrame()
Deprecated. 

getContext

private WTContext getContext()
Deprecated. 

dispatchRefreshEvent

private void dispatchRefreshEvent(Object obj,
                                  int action)
Deprecated.