Uses of Class
wt.help.HelpLinkHelper

Packages that use HelpLinkHelper
com.ptc.netmarkets.util.misc   
wt.help Provides a HelpSystem to handle HelpContexts along with a HelpLinkHelper and a ToolTips to help with tool tips. 
 

Uses of HelpLinkHelper in com.ptc.netmarkets.util.misc
 

Fields in com.ptc.netmarkets.util.misc declared as HelpLinkHelper
private static HelpLinkHelper NmActionServiceHelper.hlh
           
 

Uses of HelpLinkHelper in wt.help
 

Fields in wt.help declared as HelpLinkHelper
private static HelpLinkHelper HelpLinkHelper.localHelper
           
 

Methods in wt.help with parameters of type HelpLinkHelper
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String service_name, Object context, String action, Locale locale, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated service_name, context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, Object context, String action, Locale locale, HelpLinkHelper helper)
          This method will generate a Help HREF using the services.properties entry defined by the designated context and action for the given locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale, HashMap props, HelpLinkHelper helper)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.
static String HelpLinkHelper.createHelpHREF(URLFactory factory, String resource, Locale locale, HelpLinkHelper helper)
          This method will generate a HREF for the help resource referenced post the /help_XX path for the desired locale.