Help Display
Identifier:
org.eclipse.help.base.display
Since:
3.6
Description:
Support for user defined help display to override the Eclipse Help System UI.
Configuration Markup:
<!ELEMENT extension (display)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT display EMPTY>
<!ATTLIST display
class CDATA #REQUIRED>
- class - A class which implements the methods used to generate the URL for the home page of the help system.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
Copyright (c) 2010 IBM Corporation and others.
All rights reserved. This program and the accompanying materials are made
available under the terms of the Eclipse Public License v1.0 which accompanies
this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html