wt.clients.doc
Class RequirementsTaskDelegate
java.lang.Object
wt.clients.util.TaskDelegate
wt.clients.doc.WTDocumentTaskDelegate
wt.clients.doc.RequirementsTaskDelegate
- public class RequirementsTaskDelegate
- extends WTDocumentTaskDelegate
Class RequirementsTaskDelegate
provides support for launching
the tasks to create, update and view Requirements
documents.
The implementation for updating and viewing Requirements
documents
is inherited from the WTDocumentTaskDelegate
superclass.
Supported API: true
Extendable: true
- See Also:
TaskDelegate
,
WTDocumentTaskDelegate
,
wt.doc.Requirements
Method Summary |
void |
launchCreateTask()
Method launchCreateTask launches the
CreateDocumentFrame to create a new
Requirements document. |
Methods inherited from class wt.clients.util.TaskDelegate |
confirmAction, deleteObject, displayPropertiesPage, getObject, getParentApplet, getParentFolder, getParentFrame, launchViewDistributionListTask, setObject, setObjectReference, setParentApplet, setParentFolder, setParentFrame |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequirementsTaskDelegate
public RequirementsTaskDelegate()
launchCreateTask
public void launchCreateTask()
throws TaskDelegateException
- Method
launchCreateTask
launches the
CreateDocumentFrame
to create a new
Requirements
document. If the parentFolder
on this TaskDelegate
has been set, and that
parentFolder
is located in the current user's
personal Cabinet
, that folder is used to
initialize the location in which to create the new
Requirements
document.
Supported API: true
- Overrides:
launchCreateTask
in class WTDocumentTaskDelegate
- Throws:
TaskDelegateException
- if an error occurs attempting to
set the folder in which to create the Requirements
document- See Also:
CreateDocumentFrame
,
wt.doc.General
,
WTDocument