|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.as400.ui.framework.java.EclipseHelpViewer
public class EclipseHelpViewer extends Object
Constructor and Description |
---|
EclipseHelpViewer()
Constructs a default eclipse help veiwer. |
Modifier and Type | Method and Description |
---|---|
void |
displayEclipse()
Causes Eclipse help system to show the default page. |
void |
displayEclipse(String plugin)
Causes Eclipse help system to retrieve and show the passed-in plugin. |
void |
displayEclipse(String plugin,
String topic)
Causes Eclipse help system to retrieve and show the passed-in plugin and topic. |
void |
dispose()
Shuts down the help system and releases all help system resources. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EclipseHelpViewer()
Method Detail |
---|
public void displayEclipse()
public void displayEclipse(String plugin)
plugin
- the plugin to be displayed -
format: com.ibm.ui.test.scen.global.advancedeclipsehelp.usinghelpauimle.help.docpublic void displayEclipse(String plugin, String topic)
plugin
- the plugin to be displayed.
format: com.ibm.ui.test.scen.global.advancedeclipsehelp.usinghelpauimle.help.doctopic
- the topic to be displayed.
format: com/ibm/ui/test/scen/global/advancedeclipsehelp/usinghelpauimle/UsingHelpMain.htmlpublic void dispose()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |