Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES  
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD


 

org.eclipse.ui.cheatsheets
Interface ICheatSheetAction


public interface ICheatSheetAction

Cheat sheet-aware action.

This interface should be implemented by actions (subclasses of Action) that provide extra support for use in cheat sheets. These actions get passed additional parameters and the invoking cheat sheet manager.

It is strongly recommended that actions intended to be invoked from cheat sheets should report success/fail outcome if running the action might fail (perhaps because the user cancels the action from its dialog). See Action.notifyResult(boolean) for details.

Since:
3.0


Method Summary
 void run(String[] params, ICheatSheetManager manager)
          Runs this Cheat sheet-aware action.
 

Method Detail

 

 

run

public void run(String[] params,
                ICheatSheetManager manager)

Runs this Cheat sheet-aware action.

Parameters:
params - an array of strings
manager - the cheat sheet manager


 

Overview

 
Package  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 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, 2004. All rights reserved.