Eclipse Platform
Release 3.2

Uses of Interface
org.eclipse.ui.cheatsheets.ICompositeCheatSheetTask

Packages that use ICompositeCheatSheetTask
org.eclipse.ui.cheatsheets Provides support for working with cheat sheets.  
 

Uses of ICompositeCheatSheetTask in org.eclipse.ui.cheatsheets
 

Methods in org.eclipse.ui.cheatsheets that return ICompositeCheatSheetTask
 ICompositeCheatSheetTask[] ICompositeCheatSheetTask.getSubtasks()
          Returns an array of subtasks that are children of this task.
 ICompositeCheatSheetTask[] ICompositeCheatSheetTask.getRequiredTasks()
          get the tasks which are required to be completed before this task is started.
 ICompositeCheatSheetTask ICompositeCheatSheet.getRootTask()
          The root task of this composite cheat sheet
 

Methods in org.eclipse.ui.cheatsheets with parameters of type ICompositeCheatSheetTask
 void ITaskExplorer.taskUpdated(ICompositeCheatSheetTask task)
          Called when the state of a task changes and the representation of the task may need to be redrawn.
 void ITaskEditor.start(ICompositeCheatSheetTask task)
          Starts editing the provided task.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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