public class FwkAboutActionListener extends FwkListener implements FwkCommandActionInterface, java.awt.event.ActionListener
| Property Keyword | Datatype | Default | Description |
|---|---|---|---|
| Text.Ok | String | Text.Ok | The text string for the OK button. |
| About.Text.GUI_Title | String | About.Text.GUI_Title | The GUI title of the about dialog box. |
,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected javax.swing.JDialog |
dialog |
static java.lang.String |
version |
fwkListener| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev)
The action listener support.
|
void |
actionPerformed(FwkCommandInterface cmd)
The action listener support.
|
protected void |
createDialog(java.lang.Object fb)
Create the dialog.
|
static FwkListener |
getInstance()
Deprecated.
Use FwkAboutCommand instead.
|
protected javax.swing.JLabel |
getLabel(java.lang.String text,
int style,
int size,
boolean border) |
java.lang.String |
getVersion()
Return the version string of the FWK component.
|
protected void |
showOptionDialog(java.awt.Component parentComponent,
FwkDescriptionInterface description,
java.lang.String title) |
getSingelton, menuCanceled, menuDeselected, menuSelectedgetPresentationString, getPresentationStringgetNiceVersion, releaseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPresentationString, getPresentationStringreleasepublic static final java.lang.String version
protected javax.swing.JDialog dialog
public java.lang.String getVersion()
FwkInterfacegetVersion in interface FwkInterfacegetVersion in class FwkListenerpublic static FwkListener getInstance()
public void actionPerformed(FwkCommandInterface cmd)
actionPerformed in interface FwkCommandActionInterfaceactionPerformed in class FwkListenerev - The action event.ActionListener,
ActionEventpublic void actionPerformed(java.awt.event.ActionEvent ev)
actionPerformed in interface java.awt.event.ActionListeneractionPerformed in class FwkListenerev - The action event.ActionListener,
ActionEventprotected void createDialog(java.lang.Object fb)
protected void showOptionDialog(java.awt.Component parentComponent,
FwkDescriptionInterface description,
java.lang.String title)
protected javax.swing.JLabel getLabel(java.lang.String text,
int style,
int size,
boolean border)