|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.vc.IterationHistoryTask
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
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 |
private static boolean VERBOSE
private static final String versionID
public static String RESOURCES
private static ResourceBundle resources
private Applet parentApplet
private Frame parentFrame
private Iterated reviseItem
Constructor Detail |
public IterationHistoryTask(Applet parent_applet, Frame parent_frame, Iterated revise_item)
IterationHistoryTask
to handle the revise of a Iterated object.
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 |
public void setParentApplet(Applet parent_applet)
public Applet getParentApplet()
public void setParentFrame(Frame parent_frame)
public Frame getParentFrame()
public void setReviseItem(Iterated revise_item)
public Iterated getReviseItem()
public Iterated iterationHistory()
private void initResources()
private Frame getTopLevelFrame()
private WTContext getContext()
private void dispatchRefreshEvent(Object obj, int action)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |