Eclipse Platform
Release 3.2

org.eclipse.ui.cheatsheets
Interface ITaskGroup

All Superinterfaces:
ICompositeCheatSheetTask

public interface ITaskGroup
extends ICompositeCheatSheetTask

A group of tasks within a composite cheatsheet. Each taskGroup will have children. It does not have an editor and its state is determined from the state of its children. *

This interface is not intended to be implemented by clients.

Since:
3.2

Field Summary
static String CHOICE
          A task kind of choice indicates that this task is complete when any of its children has been completed.
static String SEQUENCE
          A task kind of set indicates that this task is complete when all subtasks have been completed.
static String SET
          A task kind of set indicates that this task is complete when all subtasks have been completed.
 
Fields inherited from interface org.eclipse.ui.cheatsheets.ICompositeCheatSheetTask
COMPLETED, IN_PROGRESS, NOT_STARTED, SKIPPED
 
Methods inherited from interface org.eclipse.ui.cheatsheets.ICompositeCheatSheetTask
getCompletionMessage, getCompositeCheatSheet, getDescription, getId, getKind, getName, getParameters, getRequiredTasks, getState, getSubtasks, requiredTasksCompleted
 

Field Detail

SET

public static final String SET
A task kind of set indicates that this task is complete when all subtasks have been completed.

See Also:
Constant Field Values

SEQUENCE

public static final String SEQUENCE
A task kind of set indicates that this task is complete when all subtasks have been completed. The subtasks must be completed in order.

See Also:
Constant Field Values

CHOICE

public static final String CHOICE
A task kind of choice indicates that this task is complete when any of its children has been completed.

See Also:
Constant Field Values

Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.