|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A help resource, usually a help topic.
This interface models a help resource. In general, help resources are either html help files, or table of contents XML files.
Field Summary | |
static String | HREF
This is attribute name used for href in XML files. |
static String | LABEL
This is attribute name used for label in XML files. |
Method Summary | |
String | getHref()
Returns the URL (as a string) associated with this help resource. |
String | getLabel()
Returns the label of this help resource. |
Field Detail |
public static final String HREF
public static final String LABEL
Method Detail |
public String getHref()
Valid URL of a help resource is:
For example. /myplugin/mytoc.xml or /myplugin/references/myclass.html are vaild.
public String getLabel()
|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.