Package de.bsvrz.pat.sysbed.help
Class GtmHelp
java.lang.Object
de.bsvrz.pat.sysbed.help.GtmHelp
- All Implemented Interfaces:
de.bsvrz.sys.funclib.kappich.onlinehelp.Help
public class GtmHelp
extends java.lang.Object
implements de.bsvrz.sys.funclib.kappich.onlinehelp.Help
Diese Klasse bietet nur eine statische Methode zum Öffnen des Hilfedialogs.
-
Constructor Summary
Constructors Constructor Description GtmHelp()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GtmHelp
public GtmHelp()
-
-
Method Details
-
openHelp
public static void openHelp(java.lang.String href)Aus Bequemlichkeitsgründen ist die statische Methode auchpublic
.- Parameters:
href
- eine Hypertext-Referenz
-
open
public void open(java.lang.String href)Öffnet einen GTM-Hilfedialog/Bedienungsanleitung an der durchhref
angegbenen Stelle.- Specified by:
open
in interfacede.bsvrz.sys.funclib.kappich.onlinehelp.Help
- Parameters:
href
- eine Hypertext-Referenz
-