A G J S T
A
- actionPerformed(ActionEvent) -
Method in class com.jstatcom.component.JHelpAction
- Action method that is invoked, when an action event is catched.
G
- getFocusInstance(String) -
Static method in class com.jstatcom.component.JHelpAction
- Gets an instance of this class that invokes
showHelpFromFocus
in its actionPerformed
method.
- getFocusInstance(String, Icon) -
Static method in class com.jstatcom.component.JHelpAction
- Same usage as
JHelpAction.getFocusInstance(String name)
but with an icon.
- getShowHelpInstance(String) -
Static method in class com.jstatcom.component.JHelpAction
- Gets an instance of this class that invokes
showHelp
in its actionPerformed
method.
- getShowHelpInstance(String, Icon) -
Static method in class com.jstatcom.component.JHelpAction
- Same usage as
JHelpAction.getShowHelpInstance(String name)
but with an icon.
- getShowIDInstance(String, Icon, String) -
Static method in class com.jstatcom.component.JHelpAction
- Same usage as
JHelpAction.getShowIDInstance(String name, String helpID)
but with an icon.
- getShowIDInstance(String, String) -
Static method in class com.jstatcom.component.JHelpAction
- Gets an instance of this class that invokes
showHelp(helpID)
in its actionPerformed
method.
- getTrackInstance(String) -
Static method in class com.jstatcom.component.JHelpAction
- Gets an instance of this class that invokes
trackFieldHelp
in its actionPerformed
method.
- getTrackInstance(String, Icon) -
Static method in class com.jstatcom.component.JHelpAction
- Same usage as
JHelpAction.getTrackInstance(String name)
but with an icon.
J
- JHelpAction - class com.jstatcom.component.JHelpAction.
- This class provides an
AbstractAction
that is geared towards supporting the creation and display of
JavaHelp
sets.
S
- showHelp() -
Static method in class com.jstatcom.component.JHelpAction
- Shows the helpset that has been initialized via
startHelpWorker
.
- showHelp(String) -
Static method in class com.jstatcom.component.JHelpAction
- Shows the topic associated with
target
in the helpset that has
been initialized via startHelpWorker
.
- showHelpFromFocus() -
Static method in class com.jstatcom.component.JHelpAction
- Shows the topic associated with the component that currently has focus
in the helpset that has been initialized via
startHelpWorker
.
- startHelpWorker(String) -
Static method in class com.jstatcom.component.JHelpAction
- Creates a worker thread to initialize a
HelpBroker
object for a helpset specified by hSetName
.
T
- trackFieldHelp() -
Static method in class com.jstatcom.component.JHelpAction
- Shows the topic associated with the component that is clicked on with the mouse
in the helpset that has been initialized via
startHelpWorker
.
A G J S T