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
 

Subinterfaces of ICompositeCheatSheetTask in org.eclipse.ui.cheatsheets
 interface IEditableTask
          An editable task within a composite cheatsheet.
 interface ITaskGroup
          A group of tasks within a composite cheatsheet.
 

Methods in org.eclipse.ui.cheatsheets that return ICompositeCheatSheetTask
 ICompositeCheatSheetTask[] ICompositeCheatSheetTask.getSubtasks()
          Get the subtasks 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
abstract  void TaskExplorer.taskUpdated(ICompositeCheatSheetTask task)
          Called when the state of a task changes and the representation of the task may need to be redrawn.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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