Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.eclipse.help
Interface ILiveHelpAction  view ILiveHelpAction download ILiveHelpAction.java

All Superinterfaces:
java.lang.Runnable

public interface ILiveHelpAction
extends java.lang.Runnable

Live 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
 void setInitializationString(java.lang.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(java.lang.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.