Eclipse Platform
2.0

org.eclipse.help
Interface ILiveHelpAction

All Superinterfaces:
Runnable

public interface ILiveHelpAction
extends Runnable

Live Help Extension. Classes that implement this interface can be used as live help extensions. When user clicks live help link on the help document, the class will be loaded and run.

Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.

Since:
2.0

Method Summary
 void setInitializationString(String data)
          This method will be called upon instantiation of the live help extension.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setInitializationString

public void setInitializationString(String data)
This method will be called upon instantiation of the live help extension. The data will be passed as specified in the help document live help link.

Parameters:
data - - initialization data as a String

Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.