DTP Help-Helper

The DTP help-helper plug-in (org.eclipse.datatools.help) provides a “help key” extension point (org.eclipse.datatools.help.helpKeyProperties), and supplies a context provider delegate implementation (org.eclipse.datatools.help.ContextProviderDelegate).

The helpKeyProperties extension point allows any plug-in to contribute ResourceBundle properties files that define the mapping of abstract help keys to concrete help context IDs and help search expressions.

The ContextProviderDelegate, along with abstract help keys, enables help context abstraction for any UI control that implements methods of IContextProvider.