public class FwkHelpIDActionListener extends FwkListener implements java.awt.event.ActionListener
| Property Keyword | Datatype | Default | Description |
|---|---|---|---|
| HelpSet.Error.Title | String | HelpSet Error | Help set error dialog title. |
| FwkHelpIDActionListener.ErrorHelpID.Text | String | Cannot find HelpSet entry <%s> | Help set error message. |
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
version |
fwkListener| Constructor and Description |
|---|
FwkHelpIDActionListener(FwkHelpBrokerInterface hb)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
The Action Listener support.
|
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
actionPerformed, getSingelton, menuCanceled, menuDeselected, menuSelectedgetPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
public FwkHelpIDActionListener(FwkHelpBrokerInterface hb)
the - Help broker.public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FwkListenerthe - Action event.