com.jaxfront.core.help
Class HelpEvent
java.lang.Object
java.util.EventObject
com.jaxfront.core.help.HelpEvent
- All Implemented Interfaces:
- java.io.Serializable
public class HelpEvent
- extends java.util.EventObject
A HelpEvent is fired if a visualizers is getting the focus in the GUI or is selected
in the navigation tree and defines a help definition in the current language.
- Version:
- 1.60
- See Also:
- Serialized Form
Constructor Summary |
HelpEvent(Type source,
java.lang.String helpID)
Creates a HelpEvent based on a source type and any help identification. |
Method Summary |
java.lang.String |
getHelpID()
Returns any help identification for this event. |
java.lang.String |
getHelpIDSource()
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HelpEvent
public HelpEvent(Type source,
java.lang.String helpID)
- Creates a HelpEvent based on a source type and any help identification.
- Parameters:
source
- source of the help requestorhelpID
- any help identification for the target help system
getHelpID
public java.lang.String getHelpID()
- Returns any help identification for this event.
getHelpIDSource
public java.lang.String getHelpIDSource()