|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlacam.container.TaskDescriptor
Represents a Task in the system. Also manages the tasks execution.
Constructor Summary | |
TaskDescriptor(org.w3c.dom.Node task_doc,
java.lang.String plugin_name)
Creates a new TaskDescriptor from the given document fragment and the given plugin name. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getAuthor()
|
java.lang.String |
getDescription()
|
org.w3c.dom.Node |
getDocumentFragment()
|
java.lang.String |
getHotkey()
|
java.lang.String |
getIconPath()
This method returns the plain representation of the icon path, which describes which icons should be used for the path's steps during creation. |
java.lang.String |
getId()
|
java.lang.String |
getLinkPath()
This method returns the plain representation of the linking path, where linking path indicates how to link this task to the main menu. |
java.lang.String |
getLocalizedDescription()
|
java.lang.String |
getLocalizedHotkey()
|
java.lang.String |
getLocalizedIconPath()
|
java.lang.String |
getLocalizedLinkPath()
|
java.lang.String |
getLocalizedName()
|
java.lang.String |
getName()
|
java.lang.String |
getPlugin()
|
ProcessDescriptor |
getStep(int step)
|
int |
getStepCount()
|
int |
indexOf(java.lang.Object o)
|
void |
interrupt()
Deprecated. |
void |
invoke()
Starts the task. |
void |
run()
Activates the data processing thread. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TaskDescriptor(org.w3c.dom.Node task_doc, java.lang.String plugin_name)
task_doc
- The document fragment describing the taskplugin_name
- The plugin name where the task was foundMethod Detail |
public void invoke()
public void interrupt()
AbortProcessException
instead.
public void run()
run
in interface java.lang.Runnable
invoke()
,
Runnable.run()
public java.lang.String getAuthor()
public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getPlugin()
public ProcessDescriptor getStep(int step)
public int getStepCount()
public java.lang.String getLinkPath()
public java.lang.String getLocalizedLinkPath()
getLinkPath()
public java.lang.String getIconPath()
public java.lang.String getLocalizedIconPath()
getIconPath()
public java.lang.String getLocalizedDescription()
public java.lang.String getLocalizedName()
public java.lang.String getHotkey()
public java.lang.String getLocalizedHotkey()
getHotkey()
public java.lang.String getId()
public org.w3c.dom.Node getDocumentFragment()
public int indexOf(java.lang.Object o)
public boolean equals(java.lang.Object o)
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |