|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
A task within a composite cheat sheet.
This interface is not intended to be implemented by clients.
| Field Summary | |
|---|---|
static int |
COMPLETED
The constant that indicates that the task has been completed. |
static int |
IN_PROGRESS
The constant that indicates that the task is in progress. |
static int |
NOT_STARTED
The constant that indicates that the task has not been processed yet. |
static int |
SKIPPED
The constant that indicates that the task has been skipped. |
| Method Summary | |
|---|---|
String |
getCompletionMessage()
Gets the text to be displayed when this task is completed |
ICompositeCheatSheet |
getCompositeCheatSheet()
Get the enclosing composite cheat sheet |
String |
getDescription()
Returns the description of the task. |
String |
getId()
|
String |
getKind()
Returns the kind of the task editor or task group. |
String |
getName()
|
Dictionary |
getParameters()
The task parameters are used to configure the task editor with data meaningful to an editor of this kind. |
ICompositeCheatSheetTask[] |
getRequiredTasks()
get the tasks which are required to be completed before this task is started. |
int |
getState()
Get the state of this task |
ICompositeCheatSheetTask[] |
getSubtasks()
Get the subtasks of this task. |
boolean |
requiredTasksCompleted()
Determine whether the required tasks for this task have all been completed. |
| Field Detail |
public static final int NOT_STARTED
public static final int IN_PROGRESS
public static final int SKIPPED
public static final int COMPLETED
| Method Detail |
public String getId()
public String getName()
public String getKind()
null if no editor
is assoticated with this task.public Dictionary getParameters()
public String getDescription()
FormTextpublic String getCompletionMessage()
FormTextpublic ICompositeCheatSheetTask[] getSubtasks()
public ICompositeCheatSheetTask[] getRequiredTasks()
public boolean requiredTasksCompleted()
public int getState()
public ICompositeCheatSheet getCompositeCheatSheet()
|
Eclipse Platform Release 3.2 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.