wt.clients.doc
Class SpecificationTaskDelegate
java.lang.Object
wt.clients.util.TaskDelegate
wt.clients.doc.WTDocumentTaskDelegate
wt.clients.doc.SpecificationTaskDelegate
- public class SpecificationTaskDelegate
- extends WTDocumentTaskDelegate
Class SpecificationTaskDelegate
provides support for launching
the task to create, update and view Specification
documents.
The implementation for updating and viewing Specification
documents
is inherited from the WTDocumentTaskDelegate
superclass.
Supported API: true
Extendable: true
- See Also:
TaskDelegate
,
WTDocumentTaskDelegate
,
wt.doc.Specification
Method Summary |
void |
launchCreateTask()
Method launchCreateTask launches the CreateDocumentFrame
to create a new Specification 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 |
SpecificationTaskDelegate
public SpecificationTaskDelegate()
launchCreateTask
public void launchCreateTask()
throws TaskDelegateException
- Method
launchCreateTask
launches the CreateDocumentFrame
to create a new Specification
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 Specification
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 Specification
document- See Also:
CreateDocumentFrame
,
wt.doc.General
,
WTDocument