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.HelpDiese Klasse bietet nur eine statische Methode zum Öffnen des Hilfedialogs.
-
-
Constructor Summary
Constructors Constructor Description GtmHelp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidopen(java.lang.String href)Öffnet einen GTM-Hilfedialog/Bedienungsanleitung an der durchhrefangegbenen Stelle.static voidopenHelp(java.lang.String href)Aus Bequemlichkeitsgründen ist die statische Methode auchpublic.
-
-
-
Method Detail
-
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 durchhrefangegbenen Stelle.- Specified by:
openin interfacede.bsvrz.sys.funclib.kappich.onlinehelp.Help- Parameters:
href- eine Hypertext-Referenz
-
-