Uses of Class
com.jstatcom.component.JHelpAction

Packages that use JHelpAction
com.jstatcom.component GUI components with general functionality. 
 

Uses of JHelpAction in com.jstatcom.component
 

Methods in com.jstatcom.component that return JHelpAction
static JHelpAction JHelpAction.getFocusInstance(java.lang.String name)
          Gets an instance of this class that invokes showHelpFromFocus in its actionPerformed method.
static JHelpAction JHelpAction.getFocusInstance(java.lang.String name, javax.swing.Icon icon)
          Same usage as getFocusInstance(String name) but with an icon.
static JHelpAction JHelpAction.getShowHelpInstance(java.lang.String name)
          Gets an instance of this class that invokes showHelp in its actionPerformed method.
static JHelpAction JHelpAction.getShowHelpInstance(java.lang.String name, javax.swing.Icon icon)
          Same usage as getShowHelpInstance(String name) but with an icon.
static JHelpAction JHelpAction.getShowIDInstance(java.lang.String name, javax.swing.Icon icon, java.lang.String helpID)
          Same usage as getShowIDInstance(String name, String helpID) but with an icon.
static JHelpAction JHelpAction.getShowIDInstance(java.lang.String name, java.lang.String helpID)
          Gets an instance of this class that invokes showHelp(helpID) in its actionPerformed method.
static JHelpAction JHelpAction.getTrackInstance(java.lang.String name)
          Gets an instance of this class that invokes trackFieldHelp in its actionPerformed method.
static JHelpAction JHelpAction.getTrackInstance(java.lang.String name, javax.swing.Icon icon)
          Same usage as getTrackInstance(String name) but with an icon.