Package org.eclipse.help
Interface ILiveHelpAction
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
OpenCheatSheetFromHelpAction
public interface ILiveHelpAction extends java.lang.RunnableLive Help Extension. Classes that implement this interface can be used as live help extensions. When user clicks a live help link in a help document, the class will be loaded and run.- Since:
- 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetInitializationString(java.lang.String data)This method will be called upon instantiation of the live help extension.
-