|
Eclipse Platform Release 3.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Former interface to the help system UI.
Method Summary | |
void | displayContext(IContext context,
int x,
int y)
Deprecated. Use WorkbenchHelp.displayContext(context,x,y) instead. |
void | displayContext(String contextId,
int x,
int y)
Deprecated. Use WorkbenchHelp.displayContext(HelpSystem.getContext(contextId),x,y) instead. |
void | displayHelp()
Deprecated. Use WorkbenchHelp.displayHelp() instead. |
void | displayHelp(IContext context,
int x,
int y)
Deprecated. Use WorkbenchHelp.displayContext(context,x,y) instead. |
void | displayHelp(String toc)
Deprecated. Use WorkbenchHelp.displayHelpResource(toc) instead. |
void | displayHelp(String contextId,
int x,
int y)
Deprecated. Use WorkbenchHelp.displayContext(HelpSystem.getContext(contextId),x,y) instead. |
void | displayHelp(String toc,
String selectedTopic)
Deprecated. Use WorkbenchHelp.displayHelpResource(selectedTopic) instead. |
void | displayHelpResource(IHelpResource helpResource)
Deprecated. Use WorkbenchHelp.displayHelpResource(helpResource.getHref()) instead. |
void | displayHelpResource(String href)
Deprecated. Use WorkbenchHelp.displayHelpResource(href) instead. |
IContext | getContext(String contextId)
Deprecated. Use HelpSystem.getContext(contextId) instead. |
IToc[] | getTocs()
Deprecated. Use HelpSystem.getTocs() instead. |
boolean | isContextHelpDisplayed()
Deprecated. Use WorkbenchHelp.isContextHelpDisplayed() instead. |
Method Detail |
public void displayHelp()
This method is called by the platform to launch the help system UI
public void displayContext(IContext context, int x, int y)
(x,y) coordinates specify the location where the context sensitive help UI will be presented. These coordinates are screen-relative (ie: (0,0) is the top left-most screen corner). The platform is responsible for calling this method and supplying the appropriate location.
public void displayContext(String contextId, int x, int y)
(x,y) coordinates specify the location where the context sensitive help UI will be presented. These coordinates are screen-relative (ie: (0,0) is the top left-most screen corner). The platform is responsible for calling this method and supplying the appropriate location.
public void displayHelpResource(String href)
This method is called by the platform to launch the help system UI, displaying the documentation identified by the href parameter.
The help system makes no guarantee that all the help resources can be displayed or how they are displayed.
Valid href are as described in IHelpResource.getHref()
public void displayHelpResource(IHelpResource helpResource)
This method is called by the platform to launch the help system UI, displaying the documentation identified by the helpResource parameter.
The help system makes no guarantee that all the help resources can be displayed or how they are displayed.
public void displayHelp(String toc)
This method is called by the platform to launch the help system UI, displaying the documentation identified by the toc parameter.
Valid toc are contributed through the toc element of the "org.eclipse.help.toc" extension point.
public void displayHelp(String toc, String selectedTopic)
selectedTopic should be a valid help topic url contained
in the specified toc and have the following format:
/pluginID/path_to_document
where
public void displayHelp(String contextId, int x, int y)
(x,y) coordinates specify the location where the context sensitive help UI will be presented. These coordinates are screen-relative (ie: (0,0) is the top left-most screen corner). The platform is responsible for calling this method and supplying the appropriate location.
public void displayHelp(IContext context, int x, int y)
(x,y) coordinates specify the location where the context sensitive help UI will be presented. These coordinates are screen-relative (ie: (0,0) is the top left-most screen corner). The platform is responsible for calling this method and supplying the appropriate location.
public IContext getContext(String contextId)
public IToc[] getTocs()
public boolean isContextHelpDisplayed()
|
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.